COLOR #C7DEC2

HEX: #C7DEC2
RGB: (199,222,194)

Color info

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

RGB color model

#C7DEC2 color RGB value is (199,222,194).

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

RGB channels and saturation

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

199
222
194

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

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 194 = 615 (100%)
R 199 of 615 ~ 32.36%
G 222 of 615 ~ 36.1%
B 194 of 615 ~ 31.54%

%32.36
%36.1
%31.54

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 12.94%
CMYK:
(10,0,13,13)
C10M0Y13K13 
(10%,0%,13%,13%)
(0.10/0.00/0.13/0.13)	

CMYK percentages

%10.36
%0
%12.61
%12.94

Codes

Color #C7DEC2 in popluar color models

C7DEC2
RGB199222194
HSL109°29.79%81.57%
HSB/HSV109°12.61%87.06%
CMYK10.36%0.00%12.61%
12.94%

Color #C7DEC2 in popluar number systems.

HEXC7DEC2
Decimal199222194
Binary110001111101111011000010
Octal307336302

Shades and tints

Shades of #C7DEC2

#C7DEC2
(199,222,194)
#B5CAB1
(181,202,177)
#A3B6A0
(163,182,160)
#91A28F
(145,162,143)
#7F8E7E
(127,142,126)
#6D7A6D
(109,122,109)
#5B665C
(91,102,92)
#49524B
(73,82,75)
#373E3A
(55,62,58)
#252A29
(37,42,41)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #C7DEC2

#C7DEC2
(199,222,194)
#CCE1C7
(204,225,199)
#D1E4CC
(209,228,204)
#D6E7D1
(214,231,209)
#DBEAD6
(219,234,214)
#E0EDDB
(224,237,219)
#E5F0E0
(229,240,224)
#EAF3E5
(234,243,229)
#EFF6EA
(239,246,234)
#F4F9EF
(244,249,239)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DEC2; }

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

This text font color is #C7DEC2.


Background Color

.myBgColor { background-color: #C7DEC2; }

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

This div background color is #C7DEC2.


Border color

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

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

This div border color is #C7DEC2.


Opacity

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

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

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

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

This text has shadow with #C7DEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DEC2 on black background.


Color preview on white background

This text has color #C7DEC2 on white background.



Black color preview on #C7DEC2 background

This text has black color on #C7DEC2 background.


White color preview on #C7DEC2 background

This text has white color on #C7DEC2 background.