COLOR #C7DBB5

HEX: #C7DBB5
RGB: (199,219,181)

Color info

#C7DBB5 contains red, green and blue colors in about the same proportion. Web safe color of #C7DBB5 is #CCCCCC (or #CCC).

RGB color model

#C7DBB5 color RGB value is (199,219,181).

  • red value is 199;
  • green value is 219;
  • blue value is 181.
RGB:
(199,219,181)
(78%,86%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 181 of 255 = 71%

199
219
181

R + G + B ~ 78%. #C7DBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 181 = 599 (100%)
R 199 of 599 ~ 33.22%
G 219 of 599 ~ 36.56%
B 181 of 599 ~ 30.22%

%33.22
%36.56
%30.22

CMYK color model

#C7DBB5 color CMYK value is (9,0,17,14).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(9,0,17,14)
C9M0Y17K14 
(9%,0%,17%,14%)
(0.09/0.00/0.17/0.14)	

CMYK percentages

%9.13
%0
%17.35
%14.12

Codes

Color #C7DBB5 in popluar color models

C7DBB5
RGB199219181
HSL92°34.55%78.43%
HSB/HSV92°17.35%85.88%
CMYK9.13%0.00%17.35%
14.12%

Color #C7DBB5 in popluar number systems.

HEXC7DBB5
Decimal199219181
Binary110001111101101110110101
Octal307333265

Shades and tints

Shades of #C7DBB5

#C7DBB5
(199,219,181)
#B5C8A5
(181,200,165)
#A3B595
(163,181,149)
#91A285
(145,162,133)
#7F8F75
(127,143,117)
#6D7C65
(109,124,101)
#5B6955
(91,105,85)
#495645
(73,86,69)
#374335
(55,67,53)
#253025
(37,48,37)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #C7DBB5

#C7DBB5
(199,219,181)
#CCDEBB
(204,222,187)
#D1E1C1
(209,225,193)
#D6E4C7
(214,228,199)
#DBE7CD
(219,231,205)
#E0EAD3
(224,234,211)
#E5EDD9
(229,237,217)
#EAF0DF
(234,240,223)
#EFF3E5
(239,243,229)
#F4F6EB
(244,246,235)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DBB5 color. Also use rgb(199,219,181) instead hex code.

Text Font Color

.myTextColor { color: #C7DBB5; }

<p style="color:#C7DBB5">This sample text font color is #C7DBB5.</p>

This text font color is #C7DBB5.


Background Color

.myBgColor { background-color: #C7DBB5; }

<div style="background-color:#C7DBB5">Inner text</div>

This div background color is #C7DBB5.


Border color

.myBorderColor { border: 1px solid #C7DBB5; }

<div style="border:3px solid #C7DBB5">Div</div>

This div border color is #C7DBB5.


Opacity

.myOpacity80 { color: #C7DBB5; opacity: 0.8; }

<p style="color:#C7DBB5;opacity:0.8;">80%</p>

Text with #C7DBB5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7DBB5;}

<p style="text-shadow: 3px 3px 1px #C7DBB5">Text here.</p>

This text has shadow with #C7DBB5 color.

.textShadow {text-shadow: 3px 3px 1px #C7DBB5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7DBB5, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7DBB5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7DBB5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7DBB5, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7DBB5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7DBB5;
  -webkit-box-shadow:	1px 1px 3px 2px #C7DBB5;
  box-shadow:		1px 1px 3px 2px #C7DBB5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7DBB5;
-webkit-box-shadow: 1px 1px 3px 2px #C7DBB5;
box-shadow:1px 1px 3px 2px #C7DBB5;">
Div content here</div>
This div box has shadow with color #C7DBB5.

Preview

Color preview on black background

This text has color #C7DBB5 on black background.


Color preview on white background

This text has color #C7DBB5 on white background.



Black color preview on #C7DBB5 background

This text has black color on #C7DBB5 background.


White color preview on #C7DBB5 background

This text has white color on #C7DBB5 background.