COLOR #C4E3D1

HEX: #C4E3D1
RGB: (196,227,209)

Color info

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

RGB color model

#C4E3D1 color RGB value is (196,227,209).

  • red value is 196;
  • green value is 227;
  • blue value is 209.
RGB:
(196,227,209)
(77%,89%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 227 of 255 = 89%
B 209 of 255 = 82%

196
227
209

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

Portions of RGB colors in percentages

R + G + B =
196 + 227 + 209 = 632 (100%)
R 196 of 632 ~ 31.01%
G 227 of 632 ~ 35.92%
B 209 of 632 ~ 33.07%

%31.01
%35.92
%33.07

CMYK color model

#C4E3D1 color CMYK value is (14,0,8,11).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 7.93%
  • key color value is 10.98%
CMYK:
(14,0,8,11)
C14M0Y8K11 
(14%,0%,8%,11%)
(0.14/0.00/0.08/0.11)	

CMYK percentages

%13.66
%0
%7.93
%10.98

Codes

Color #C4E3D1 in popluar color models

C4E3D1
RGB196227209
HSL145°35.63%82.94%
HSB/HSV145°13.66%89.02%
CMYK13.66%0.00%7.93%
10.98%

Color #C4E3D1 in popluar number systems.

HEXC4E3D1
Decimal196227209
Binary110001001110001111010001
Octal304343321

Shades and tints

Shades of #C4E3D1

#C4E3D1
(196,227,209)
#B3CFBE
(179,207,190)
#A2BBAB
(162,187,171)
#91A798
(145,167,152)
#809385
(128,147,133)
#6F7F72
(111,127,114)
#5E6B5F
(94,107,95)
#4D574C
(77,87,76)
#3C4339
(60,67,57)
#2B2F26
(43,47,38)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #C4E3D1

#C4E3D1
(196,227,209)
#C9E5D5
(201,229,213)
#CEE7D9
(206,231,217)
#D3E9DD
(211,233,221)
#D8EBE1
(216,235,225)
#DDEDE5
(221,237,229)
#E2EFE9
(226,239,233)
#E7F1ED
(231,241,237)
#ECF3F1
(236,243,241)
#F1F5F5
(241,245,245)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E3D1 color. Also use rgb(196,227,209) instead hex code.

Text Font Color

.myTextColor { color: #C4E3D1; }

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

This text font color is #C4E3D1.


Background Color

.myBgColor { background-color: #C4E3D1; }

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

This div background color is #C4E3D1.


Border color

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

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

This div border color is #C4E3D1.


Opacity

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

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

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

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

This text has shadow with #C4E3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E3D1 on black background.


Color preview on white background

This text has color #C4E3D1 on white background.



Black color preview on #C4E3D1 background

This text has black color on #C4E3D1 background.


White color preview on #C4E3D1 background

This text has white color on #C4E3D1 background.