COLOR #C7DEB9

HEX: #C7DEB9
RGB: (199,222,185)

Color info

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

RGB color model

#C7DEB9 color RGB value is (199,222,185).

  • red value is 199;
  • green value is 222;
  • blue value is 185.
RGB:
(199,222,185)
(78%,87%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 185 of 255 = 73%

199
222
185

R + G + B ~ 79%. #C7DEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 185 = 606 (100%)
R 199 of 606 ~ 32.84%
G 222 of 606 ~ 36.63%
B 185 of 606 ~ 30.53%

%32.84
%36.63
%30.53

CMYK color model

#C7DEB9 color CMYK value is (10,0,17,13).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(10,0,17,13)
C10M0Y17K13 
(10%,0%,17%,13%)
(0.10/0.00/0.17/0.13)	

CMYK percentages

%10.36
%0
%16.67
%12.94

Codes

Color #C7DEB9 in popluar color models

C7DEB9
RGB199222185
HSL97°35.92%79.80%
HSB/HSV97°16.67%87.06%
CMYK10.36%0.00%16.67%
12.94%

Color #C7DEB9 in popluar number systems.

HEXC7DEB9
Decimal199222185
Binary110001111101111010111001
Octal307336271

Shades and tints

Shades of #C7DEB9

#C7DEB9
(199,222,185)
#B5CAA9
(181,202,169)
#A3B699
(163,182,153)
#91A289
(145,162,137)
#7F8E79
(127,142,121)
#6D7A69
(109,122,105)
#5B6659
(91,102,89)
#495249
(73,82,73)
#373E39
(55,62,57)
#252A29
(37,42,41)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7DEB9

#C7DEB9
(199,222,185)
#CCE1BF
(204,225,191)
#D1E4C5
(209,228,197)
#D6E7CB
(214,231,203)
#DBEAD1
(219,234,209)
#E0EDD7
(224,237,215)
#E5F0DD
(229,240,221)
#EAF3E3
(234,243,227)
#EFF6E9
(239,246,233)
#F4F9EF
(244,249,239)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DEB9 color. Also use rgb(199,222,185) instead hex code.

Text Font Color

.myTextColor { color: #C7DEB9; }

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

This text font color is #C7DEB9.


Background Color

.myBgColor { background-color: #C7DEB9; }

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

This div background color is #C7DEB9.


Border color

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

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

This div border color is #C7DEB9.


Opacity

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

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

Text with #C7DEB9 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 #C7DEB9;}

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

This text has shadow with #C7DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DEB9 on black background.


Color preview on white background

This text has color #C7DEB9 on white background.



Black color preview on #C7DEB9 background

This text has black color on #C7DEB9 background.


White color preview on #C7DEB9 background

This text has white color on #C7DEB9 background.