COLOR #C7E7CB

HEX: #C7E7CB RGB: (199,231,203)

Color info

#C7E7CB contains red, green and blue colors in about the same proportion. Web safe color of #C7E7CB is #CCFFCC (or #CFC).

RGB color model

#C7E7CB color RGB value is (199,231,203).

RGB: (199,231,203) (78%, 91%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 231 of 255 = 91%
B 203 of 255 = 80%

199
231
203

R + G + B ~ 83%. #C7E7CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 231 + 203 = 633 (100%)
R 199 of 633 ~ 31.44%
G 231 of 633 ~ 36.49%
B 203 of 633 ~ 32.07'%

%31.44
%36.49
%32.07

CMYK color model

#C7E7CB color CMYK value is (14,0,12,9).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%

CMYK: (14,0,12,9)
C14M0Y12K9 (14%, 0%, 12%, 9%)
(0.14 / 0.00 / 0.12 / 0.09)

CMYK percentages

%13.85
%0
%12.12
%9.41

Codes

Color #C7E7CB in popluar color models

C7 E7 CB
RGB 199 231 203
HSL 128° 40.00% 84.31%
HSB/HSV 128° 13.85% 90.59%
CMYK 13.85% 0.00% 12.12%
9.41%

Color #C7E7CB in popluar number systems.

HEX C7 E7 CB
Decimal 199 231 203
Binary 11000111 11100111 11001011
Octal 307 347 313

Shades and tints

Shades of #C7E7CB

#C7E7CB
(199,231,203)
#B5D2B9
(181,210,185)
#A3BDA7
(163,189,167)
#91A895
(145,168,149)
#7F9383
(127,147,131)
#6D7E71
(109,126,113)
#5B695F
(91,105,95)
#49544D
(73,84,77)
#373F3B
(55,63,59)
#252A29
(37,42,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7E7CB

#C7E7CB
(199,231,203)
#CCE9CF
(204,233,207)
#D1EBD3
(209,235,211)
#D6EDD7
(214,237,215)
#DBEFDB
(219,239,219)
#E0F1DF
(224,241,223)
#E5F3E3
(229,243,227)
#EAF5E7
(234,245,231)
#EFF7EB
(239,247,235)
#F4F9EF
(244,249,239)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E7CB; }

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

This text font color is #C7E7CB.

Background Color

.myBgColor { background-color: #C7E7CB; }

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

This div background color is #C7E7CB.

Border color

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

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

This div border color is #C7E7CB.

Opacity

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

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

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

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

This text has shadow with #C7E7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E7CB.

Preview

Color preview on black background

This text has color #C7E7CB on black background.


Color preview on white background

This text has color #C7E7CB on white background.


Black color preview on #C7E7CB background

This text has black color on #C7E7CB background.


White color preview on #C7E7CB background

This text has white color on #C7E7CB background.


Related colors

Complementary color

Complementary color for #hex is #381834.


I love getcolorcode.com

Triadic colors

1 #CBC7E7 and #E7CBC7 with #C7E7CB are triadic colors.

2 #CBE7C7 and #E7C7CB with #C7E7CB are triadic colors.