COLOR #C4E2BF

HEX: #C4E2BF RGB: (196,226,191)

Color info

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

RGB color model

#C4E2BF color RGB value is (196,226,191).

RGB: (196,226,191) (77%, 89%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 226 of 255 = 89%
B 191 of 255 = 75%

196
226
191

R + G + B ~ 80%. #C4E2BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 226 + 191 = 613 (100%)
R 196 of 613 ~ 31.97%
G 226 of 613 ~ 36.87%
B 191 of 613 ~ 31.16'%

%31.97
%36.87
%31.16

CMYK color model

#C4E2BF color CMYK value is (13,0,15,11).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 11.37%

CMYK: (13,0,15,11)
C13M0Y15K11 (13%, 0%, 15%, 11%)
(0.13 / 0.00 / 0.15 / 0.11)

CMYK percentages

%13.27
%0
%15.49
%11.37

Codes

Color #C4E2BF in popluar color models

C4 E2 BF
RGB 196 226 191
HSL 111° 37.63% 81.76%
HSB/HSV 111° 15.49% 88.63%
CMYK 13.27% 0.00% 15.49%
11.37%

Color #C4E2BF in popluar number systems.

HEX C4 E2 BF
Decimal 196 226 191
Binary 11000100 11100010 10111111
Octal 304 342 277

Shades and tints

Shades of #C4E2BF

#C4E2BF
(196,226,191)
#B3CEAE
(179,206,174)
#A2BA9D
(162,186,157)
#91A68C
(145,166,140)
#80927B
(128,146,123)
#6F7E6A
(111,126,106)
#5E6A59
(94,106,89)
#4D5648
(77,86,72)
#3C4237
(60,66,55)
#2B2E26
(43,46,38)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #C4E2BF

#C4E2BF
(196,226,191)
#C9E4C4
(201,228,196)
#CEE6C9
(206,230,201)
#D3E8CE
(211,232,206)
#D8EAD3
(216,234,211)
#DDECD8
(221,236,216)
#E2EEDD
(226,238,221)
#E7F0E2
(231,240,226)
#ECF2E7
(236,242,231)
#F1F4EC
(241,244,236)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E2BF color. Also use rgb(196,226,191) instead hex code.

Text Font Color

.myTextColor { color: #C4E2BF; }

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

This text font color is #C4E2BF.

Background Color

.myBgColor { background-color: #C4E2BF; }

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

This div background color is #C4E2BF.

Border color

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

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

This div border color is #C4E2BF.

Opacity

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

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

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

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

This text has shadow with #C4E2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E2BF.

Preview

Color preview on black background

This text has color #C4E2BF on black background.


Color preview on white background

This text has color #C4E2BF on white background.


Black color preview on #C4E2BF background

This text has black color on #C4E2BF background.


White color preview on #C4E2BF background

This text has white color on #C4E2BF background.


Related colors

Complementary color

Complementary color for #hex is #3B1D40.


I love getcolorcode.com

Triadic colors

1 #BFC4E2 and #E2BFC4 with #C4E2BF are triadic colors.

2 #BFE2C4 and #E2C4BF with #C4E2BF are triadic colors.