COLOR #C7E5CB

HEX: #C7E5CB RGB: (199,229,203)

Color info

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

RGB color model

#C7E5CB color RGB value is (199,229,203).

RGB: (199,229,203) (78%, 90%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 229 of 255 = 90%
B 203 of 255 = 80%

199
229
203

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

Portions of RGB colors in percentages

R + G + B = 199 + 229 + 203 = 631 (100%)
R 199 of 631 ~ 31.54%
G 229 of 631 ~ 36.29%
B 203 of 631 ~ 32.17'%

%31.54
%36.29
%32.17

CMYK color model

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

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 10.20%

CMYK: (13,0,11,10)
C13M0Y11K10 (13%, 0%, 11%, 10%)
(0.13 / 0.00 / 0.11 / 0.10)

CMYK percentages

%13.1
%0
%11.35
%10.2

Codes

Color #C7E5CB in popluar color models

C7 E5 CB
RGB 199 229 203
HSL 128° 36.59% 83.92%
HSB/HSV 128° 13.10% 89.80%
CMYK 13.10% 0.00% 11.35%
10.20%

Color #C7E5CB in popluar number systems.

HEX C7 E5 CB
Decimal 199 229 203
Binary 11000111 11100101 11001011
Octal 307 345 313

Shades and tints

Shades of #C7E5CB

#C7E5CB
(199,229,203)
#B5D1B9
(181,209,185)
#A3BDA7
(163,189,167)
#91A995
(145,169,149)
#7F9583
(127,149,131)
#6D8171
(109,129,113)
#5B6D5F
(91,109,95)
#49594D
(73,89,77)
#37453B
(55,69,59)
#253129
(37,49,41)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #C7E5CB

#C7E5CB
(199,229,203)
#CCE7CF
(204,231,207)
#D1E9D3
(209,233,211)
#D6EBD7
(214,235,215)
#DBEDDB
(219,237,219)
#E0EFDF
(224,239,223)
#E5F1E3
(229,241,227)
#EAF3E7
(234,243,231)
#EFF5EB
(239,245,235)
#F4F7EF
(244,247,239)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E5CB; }

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

This text font color is #C7E5CB.

Background Color

.myBgColor { background-color: #C7E5CB; }

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

This div background color is #C7E5CB.

Border color

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

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

This div border color is #C7E5CB.

Opacity

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

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

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

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

This text has shadow with #C7E5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E5CB.

Preview

Color preview on black background

This text has color #C7E5CB on black background.


Color preview on white background

This text has color #C7E5CB on white background.


Black color preview on #C7E5CB background

This text has black color on #C7E5CB background.


White color preview on #C7E5CB background

This text has white color on #C7E5CB background.


Related colors

Complementary color

Complementary color for #hex is #381A34.


I love getcolorcode.com

Triadic colors

1 #CBC7E5 and #E5CBC7 with #C7E5CB are triadic colors.

2 #CBE5C7 and #E5C7CB with #C7E5CB are triadic colors.