COLOR #C4E7CB

HEX: #C4E7CB RGB: (196,231,203)

Color info

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

RGB color model

#C4E7CB color RGB value is (196,231,203).

RGB: (196,231,203) (77%, 91%, 80%)

RGB channels and saturation

R 196 of 255 = 77%
G 231 of 255 = 91%
B 203 of 255 = 80%

196
231
203

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

Portions of RGB colors in percentages

R + G + B = 196 + 231 + 203 = 630 (100%)
R 196 of 630 ~ 31.11%
G 231 of 630 ~ 36.67%
B 203 of 630 ~ 32.22'%

%31.11
%36.67
%32.22

CMYK color model

#C4E7CB color CMYK value is (15,0,12,9).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK: (15,0,12,9) C15M0Y12K9 (15%,0%,12%,9%) (0.15/0.00/0.12/0.09) 

CMYK percentages

%15.15
%0
%12.12
%9.41

Codes

Color #C4E7CB in popluar color models

C4 E7 CB
RGB 196 231 203
HSL 132° 42.17% 83.73%
HSB/HSV 132° 15.15% 90.59%
CMYK 15.15% 0.00% 12.12%
9.41%

Color #C4E7CB in popluar number systems.

HEX C4 E7 CB
Decimal 196 231 203
Binary 11000100 11100111 11001011
Octal 304 347 313

Shades and tints

Shades of #C4E7CB

#C4E7CB
(196,231,203)
#B3D2B9
(179,210,185)
#A2BDA7
(162,189,167)
#91A895
(145,168,149)
#809383
(128,147,131)
#6F7E71
(111,126,113)
#5E695F
(94,105,95)
#4D544D
(77,84,77)
#3C3F3B
(60,63,59)
#2B2A29
(43,42,41)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #C4E7CB

#C4E7CB
(196,231,203)
#C9E9CF
(201,233,207)
#CEEBD3
(206,235,211)
#D3EDD7
(211,237,215)
#D8EFDB
(216,239,219)
#DDF1DF
(221,241,223)
#E2F3E3
(226,243,227)
#E7F5E7
(231,245,231)
#ECF7EB
(236,247,235)
#F1F9EF
(241,249,239)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E7CB; }

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

This text font color is #C4E7CB.

Background Color

.myBgColor { background-color: #C4E7CB; }

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

This div background color is #C4E7CB.

Border color

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

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

This div border color is #C4E7CB.

Opacity

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

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

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

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

This text has shadow with #C4E7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E7CB.

Preview

Color preview on black background

This text has color #C4E7CB on black background.


Color preview on white background

This text has color #C4E7CB on white background.


Black color preview on #C4E7CB background

This text has black color on #C4E7CB background.


White color preview on #C4E7CB background

This text has white color on #C4E7CB background.


Related colors

Complementary color

Complementary color for #hex is #3B1834.


I love getcolorcode.com

Triadic colors

1 #CBC4E7 and #E7CBC4 with #C4E7CB are triadic colors.

2 #CBE7C4 and #E7C4CB with #C4E7CB are triadic colors.