COLOR #C7E3CB

HEX: #C7E3CB RGB: (199,227,203)

Color info

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

RGB color model

#C7E3CB color RGB value is (199,227,203).

RGB: (199,227,203) (78%, 89%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 227 of 255 = 89%
B 203 of 255 = 80%

199
227
203

R + G + B ~ 82%. #C7E3CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 227 + 203 = 629 (100%)
R 199 of 629 ~ 31.64%
G 227 of 629 ~ 36.09%
B 203 of 629 ~ 32.27'%

%31.64
%36.09
%32.27

CMYK color model

#C7E3CB color CMYK value is (12,0,11,11).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 10.98%

CMYK: (12,0,11,11)
C12M0Y11K11 (12%, 0%, 11%, 11%)
(0.12 / 0.00 / 0.11 / 0.11)

CMYK percentages

%12.33
%0
%10.57
%10.98

Codes

Color #C7E3CB in popluar color models

C7 E3 CB
RGB 199 227 203
HSL 129° 33.33% 83.53%
HSB/HSV 129° 12.33% 89.02%
CMYK 12.33% 0.00% 10.57%
10.98%

Color #C7E3CB in popluar number systems.

HEX C7 E3 CB
Decimal 199 227 203
Binary 11000111 11100011 11001011
Octal 307 343 313

Shades and tints

Shades of #C7E3CB

#C7E3CB
(199,227,203)
#B5CFB9
(181,207,185)
#A3BBA7
(163,187,167)
#91A795
(145,167,149)
#7F9383
(127,147,131)
#6D7F71
(109,127,113)
#5B6B5F
(91,107,95)
#49574D
(73,87,77)
#37433B
(55,67,59)
#252F29
(37,47,41)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #C7E3CB

#C7E3CB
(199,227,203)
#CCE5CF
(204,229,207)
#D1E7D3
(209,231,211)
#D6E9D7
(214,233,215)
#DBEBDB
(219,235,219)
#E0EDDF
(224,237,223)
#E5EFE3
(229,239,227)
#EAF1E7
(234,241,231)
#EFF3EB
(239,243,235)
#F4F5EF
(244,245,239)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E3CB; }

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

This text font color is #C7E3CB.

Background Color

.myBgColor { background-color: #C7E3CB; }

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

This div background color is #C7E3CB.

Border color

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

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

This div border color is #C7E3CB.

Opacity

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

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

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

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

This text has shadow with #C7E3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E3CB.

Preview

Color preview on black background

This text has color #C7E3CB on black background.


Color preview on white background

This text has color #C7E3CB on white background.


Black color preview on #C7E3CB background

This text has black color on #C7E3CB background.


White color preview on #C7E3CB background

This text has white color on #C7E3CB background.


Related colors

Complementary color

Complementary color for #hex is #381C34.


I love getcolorcode.com

Triadic colors

1 #CBC7E3 and #E3CBC7 with #C7E3CB are triadic colors.

2 #CBE3C7 and #E3C7CB with #C7E3CB are triadic colors.