COLOR #C7DEC7

HEX: #C7DEC7 RGB: (199,222,199)

Color info

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

RGB color model

#C7DEC7 color RGB value is (199,222,199).

RGB: (199,222,199) (78%, 87%, 78%)

RGB channels and saturation

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

199
222
199

R + G + B ~ 81%. #C7DEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 222 + 199 = 620 (100%)
R 199 of 620 ~ 32.1%
G 222 of 620 ~ 35.81%
B 199 of 620 ~ 32.1'%

%32.1
%35.81
%32.1

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 12.94%

CMYK: (10,0,10,13)
C10M0Y10K13 (10%, 0%, 10%, 13%)
(0.10 / 0.00 / 0.10 / 0.13)

CMYK percentages

%10.36
%0
%10.36
%12.94

Codes

Color #C7DEC7 in popluar color models

C7 DE C7
RGB 199 222 199
HSL 120° 25.84% 82.55%
HSB/HSV 120° 10.36% 87.06%
CMYK 10.36% 0.00% 10.36%
12.94%

Color #C7DEC7 in popluar number systems.

HEX C7 DE C7
Decimal 199 222 199
Binary 11000111 11011110 11000111
Octal 307 336 307

Shades and tints

Shades of #C7DEC7

#C7DEC7
(199,222,199)
#B5CAB5
(181,202,181)
#A3B6A3
(163,182,163)
#91A291
(145,162,145)
#7F8E7F
(127,142,127)
#6D7A6D
(109,122,109)
#5B665B
(91,102,91)
#495249
(73,82,73)
#373E37
(55,62,55)
#252A25
(37,42,37)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #C7DEC7

#C7DEC7
(199,222,199)
#CCE1CC
(204,225,204)
#D1E4D1
(209,228,209)
#D6E7D6
(214,231,214)
#DBEADB
(219,234,219)
#E0EDE0
(224,237,224)
#E5F0E5
(229,240,229)
#EAF3EA
(234,243,234)
#EFF6EF
(239,246,239)
#F4F9F4
(244,249,244)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DEC7; }

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

This text font color is #C7DEC7.

Background Color

.myBgColor { background-color: #C7DEC7; }

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

This div background color is #C7DEC7.

Border color

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

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

This div border color is #C7DEC7.

Opacity

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

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

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

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

This text has shadow with #C7DEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DEC7.

Preview

Color preview on black background

This text has color #C7DEC7 on black background.


Color preview on white background

This text has color #C7DEC7 on white background.


Black color preview on #C7DEC7 background

This text has black color on #C7DEC7 background.


White color preview on #C7DEC7 background

This text has white color on #C7DEC7 background.


Related colors

Complementary color

Complementary color for #hex is #382138.


I love getcolorcode.com

Triadic colors

1 #C7C7DE and #DEC7C7 with #C7DEC7 are triadic colors.

2 #C7DEC7 and #DEC7C7 with #C7DEC7 are triadic colors.