COLOR #C7E6CB

HEX: #C7E6CB RGB: (199,230,203)

Color info

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

RGB color model

#C7E6CB color RGB value is (199,230,203).

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

RGB channels and saturation

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

199
230
203

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

Portions of RGB colors in percentages

R + G + B = 199 + 230 + 203 = 632 (100%)
R 199 of 632 ~ 31.49%
G 230 of 632 ~ 36.39%
B 203 of 632 ~ 32.12'%

%31.49
%36.39
%32.12

CMYK color model

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

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 9.80%

CMYK: (13,0,12,10)
C13M0Y12K10 (13%, 0%, 12%, 10%)
(0.13 / 0.00 / 0.12 / 0.10)

CMYK percentages

%13.48
%0
%11.74
%9.8

Codes

Color #C7E6CB in popluar color models

C7 E6 CB
RGB 199 230 203
HSL 128° 38.27% 84.12%
HSB/HSV 128° 13.48% 90.20%
CMYK 13.48% 0.00% 11.74%
9.80%

Color #C7E6CB in popluar number systems.

HEX C7 E6 CB
Decimal 199 230 203
Binary 11000111 11100110 11001011
Octal 307 346 313

Shades and tints

Shades of #C7E6CB

#C7E6CB
(199,230,203)
#B5D2B9
(181,210,185)
#A3BEA7
(163,190,167)
#91AA95
(145,170,149)
#7F9683
(127,150,131)
#6D8271
(109,130,113)
#5B6E5F
(91,110,95)
#495A4D
(73,90,77)
#37463B
(55,70,59)
#253229
(37,50,41)
#131E17
(19,30,23)
#000000
(0,0,0)

Tints of #C7E6CB

#C7E6CB
(199,230,203)
#CCE8CF
(204,232,207)
#D1EAD3
(209,234,211)
#D6ECD7
(214,236,215)
#DBEEDB
(219,238,219)
#E0F0DF
(224,240,223)
#E5F2E3
(229,242,227)
#EAF4E7
(234,244,231)
#EFF6EB
(239,246,235)
#F4F8EF
(244,248,239)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E6CB; }

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

This text font color is #C7E6CB.

Background Color

.myBgColor { background-color: #C7E6CB; }

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

This div background color is #C7E6CB.

Border color

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

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

This div border color is #C7E6CB.

Opacity

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

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

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

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

This text has shadow with #C7E6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E6CB.

Preview

Color preview on black background

This text has color #C7E6CB on black background.


Color preview on white background

This text has color #C7E6CB on white background.


Black color preview on #C7E6CB background

This text has black color on #C7E6CB background.


White color preview on #C7E6CB background

This text has white color on #C7E6CB background.


Related colors

Complementary color

Complementary color for #hex is #381934.


I love getcolorcode.com

Triadic colors

1 #CBC7E6 and #E6CBC7 with #C7E6CB are triadic colors.

2 #CBE6C7 and #E6C7CB with #C7E6CB are triadic colors.