COLOR #C7DEC0

HEX: #C7DEC0
RGB: (199,222,192)

Color info

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

RGB color model

#C7DEC0 color RGB value is (199,222,192).

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

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 192 of 255 = 75%

199
222
192

R + G + B ~ 80%. #C7DEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 192 = 613 (100%)
R 199 of 613 ~ 32.46%
G 222 of 613 ~ 36.22%
B 192 of 613 ~ 31.32%

%32.46
%36.22
%31.32

CMYK color model

#C7DEC0 color CMYK value is (10,0,14,13).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 12.94%
CMYK: (10,0,14,13) C10M0Y14K13 (10%,0%,14%,13%) (0.10/0.00/0.14/0.13)

CMYK percentages

%10.36
%0
%13.51
%12.94

Codes

Color #C7DEC0 in popluar color models

C7DEC0
RGB199222192
HSL106°31.25%81.18%
HSB/HSV106°13.51%87.06%
CMYK10.36%0.00%13.51%
12.94%

Color #C7DEC0 in popluar number systems.

HEXC7DEC0
Decimal199222192
Binary110001111101111011000000
Octal307336300

Shades and tints

Shades of #C7DEC0

#C7DEC0
(199,222,192)
#B5CAAF
(181,202,175)
#A3B69E
(163,182,158)
#91A28D
(145,162,141)
#7F8E7C
(127,142,124)
#6D7A6B
(109,122,107)
#5B665A
(91,102,90)
#495249
(73,82,73)
#373E38
(55,62,56)
#252A27
(37,42,39)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #C7DEC0

#C7DEC0
(199,222,192)
#CCE1C5
(204,225,197)
#D1E4CA
(209,228,202)
#D6E7CF
(214,231,207)
#DBEAD4
(219,234,212)
#E0EDD9
(224,237,217)
#E5F0DE
(229,240,222)
#EAF3E3
(234,243,227)
#EFF6E8
(239,246,232)
#F4F9ED
(244,249,237)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DEC0; }

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

This text font color is #C7DEC0.


Background Color

.myBgColor { background-color: #C7DEC0; }

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

This div background color is #C7DEC0.


Border color

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

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

This div border color is #C7DEC0.


Opacity

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

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

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

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

This text has shadow with #C7DEC0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C7DEC0 on black background.


Color preview on white background

This text has color #C7DEC0 on white background.



Black color preview on #C7DEC0 background

This text has black color on #C7DEC0 background.


White color preview on #C7DEC0 background

This text has white color on #C7DEC0 background.