COLOR #C7DEB7

HEX: #C7DEB7
RGB: (199,222,183)

Color info

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

RGB color model

#C7DEB7 color RGB value is (199,222,183).

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

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 183 of 255 = 72%

199
222
183

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

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 183 = 604 (100%)
R 199 of 604 ~ 32.95%
G 222 of 604 ~ 36.75%
B 183 of 604 ~ 30.3%

%32.95
%36.75
%30.3

CMYK color model

#C7DEB7 color CMYK value is (10,0,18,13).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 12.94%
CMYK:
(10,0,18,13)
C10M0Y18K13 
(10%,0%,18%,13%)
(0.10/0.00/0.18/0.13)	

CMYK percentages

%10.36
%0
%17.57
%12.94

Codes

Color #C7DEB7 in popluar color models

C7DEB7
RGB199222183
HSL95°37.14%79.41%
HSB/HSV95°17.57%87.06%
CMYK10.36%0.00%17.57%
12.94%

Color #C7DEB7 in popluar number systems.

HEXC7DEB7
Decimal199222183
Binary110001111101111010110111
Octal307336267

Shades and tints

Shades of #C7DEB7

#C7DEB7
(199,222,183)
#B5CAA7
(181,202,167)
#A3B697
(163,182,151)
#91A287
(145,162,135)
#7F8E77
(127,142,119)
#6D7A67
(109,122,103)
#5B6657
(91,102,87)
#495247
(73,82,71)
#373E37
(55,62,55)
#252A27
(37,42,39)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #C7DEB7

#C7DEB7
(199,222,183)
#CCE1BD
(204,225,189)
#D1E4C3
(209,228,195)
#D6E7C9
(214,231,201)
#DBEACF
(219,234,207)
#E0EDD5
(224,237,213)
#E5F0DB
(229,240,219)
#EAF3E1
(234,243,225)
#EFF6E7
(239,246,231)
#F4F9ED
(244,249,237)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DEB7; }

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

This text font color is #C7DEB7.


Background Color

.myBgColor { background-color: #C7DEB7; }

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

This div background color is #C7DEB7.


Border color

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

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

This div border color is #C7DEB7.


Opacity

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

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

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

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

This text has shadow with #C7DEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DEB7 on black background.


Color preview on white background

This text has color #C7DEB7 on white background.



Black color preview on #C7DEB7 background

This text has black color on #C7DEB7 background.


White color preview on #C7DEB7 background

This text has white color on #C7DEB7 background.