COLOR #C4EBD2

HEX: #C4EBD2
RGB: (196,235,210)

Color info

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

RGB color model

#C4EBD2 color RGB value is (196,235,210).

  • red value is 196;
  • green value is 235;
  • blue value is 210.
RGB:
(196,235,210)
(77%,92%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 235 of 255 = 92%
B 210 of 255 = 82%

196
235
210

R + G + B ~ 84%. #C4EBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 235 + 210 = 641 (100%)
R 196 of 641 ~ 30.58%
G 235 of 641 ~ 36.66%
B 210 of 641 ~ 32.76%

%30.58
%36.66
%32.76

CMYK color model

#C4EBD2 color CMYK value is (17,0,11,8).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(17,0,11,8)
C17M0Y11K8 
(17%,0%,11%,8%)
(0.17/0.00/0.11/0.08)	

CMYK percentages

%16.6
%0
%10.64
%7.84

Codes

Color #C4EBD2 in popluar color models

C4EBD2
RGB196235210
HSL142°49.37%84.51%
HSB/HSV142°16.60%92.16%
CMYK16.60%0.00%10.64%
7.84%

Color #C4EBD2 in popluar number systems.

HEXC4EBD2
Decimal196235210
Binary110001001110101111010010
Octal304353322

Shades and tints

Shades of #C4EBD2

#C4EBD2
(196,235,210)
#B3D6BF
(179,214,191)
#A2C1AC
(162,193,172)
#91AC99
(145,172,153)
#809786
(128,151,134)
#6F8273
(111,130,115)
#5E6D60
(94,109,96)
#4D584D
(77,88,77)
#3C433A
(60,67,58)
#2B2E27
(43,46,39)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #C4EBD2

#C4EBD2
(196,235,210)
#C9ECD6
(201,236,214)
#CEEDDA
(206,237,218)
#D3EEDE
(211,238,222)
#D8EFE2
(216,239,226)
#DDF0E6
(221,240,230)
#E2F1EA
(226,241,234)
#E7F2EE
(231,242,238)
#ECF3F2
(236,243,242)
#F1F4F6
(241,244,246)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EBD2 color. Also use rgb(196,235,210) instead hex code.

Text Font Color

.myTextColor { color: #C4EBD2; }

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

This text font color is #C4EBD2.


Background Color

.myBgColor { background-color: #C4EBD2; }

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

This div background color is #C4EBD2.


Border color

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

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

This div border color is #C4EBD2.


Opacity

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

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

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

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

This text has shadow with #C4EBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBD2 on black background.


Color preview on white background

This text has color #C4EBD2 on white background.



Black color preview on #C4EBD2 background

This text has black color on #C4EBD2 background.


White color preview on #C4EBD2 background

This text has white color on #C4EBD2 background.