COLOR #C4F1D5

HEX: #C4F1D5
RGB: (196,241,213)

Color info

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

RGB color model

#C4F1D5 color RGB value is (196,241,213).

  • red value is 196;
  • green value is 241;
  • blue value is 213.
RGB:
(196,241,213)
(77%,95%,84%)

RGB channels and saturation

R 196 of 255 = 77%
G 241 of 255 = 95%
B 213 of 255 = 84%

196
241
213

R + G + B ~ 85%. #C4F1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 241 + 213 = 650 (100%)
R 196 of 650 ~ 30.15%
G 241 of 650 ~ 37.08%
B 213 of 650 ~ 32.77%

%30.15
%37.08
%32.77

CMYK color model

#C4F1D5 color CMYK value is (19,0,12,5).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 5.49%
CMYK:
(19,0,12,5)
C19M0Y12K5 
(19%,0%,12%,5%)
(0.19/0.00/0.12/0.05)	

CMYK percentages

%18.67
%0
%11.62
%5.49

Codes

Color #C4F1D5 in popluar color models

C4F1D5
RGB196241213
HSL143°61.64%85.69%
HSB/HSV143°18.67%94.51%
CMYK18.67%0.00%11.62%
5.49%

Color #C4F1D5 in popluar number systems.

HEXC4F1D5
Decimal196241213
Binary110001001111000111010101
Octal304361325

Shades and tints

Shades of #C4F1D5

#C4F1D5
(196,241,213)
#B3DCC2
(179,220,194)
#A2C7AF
(162,199,175)
#91B29C
(145,178,156)
#809D89
(128,157,137)
#6F8876
(111,136,118)
#5E7363
(94,115,99)
#4D5E50
(77,94,80)
#3C493D
(60,73,61)
#2B342A
(43,52,42)
#1A1F17
(26,31,23)
#000000
(0,0,0)

Tints of #C4F1D5

#C4F1D5
(196,241,213)
#C9F2D8
(201,242,216)
#CEF3DB
(206,243,219)
#D3F4DE
(211,244,222)
#D8F5E1
(216,245,225)
#DDF6E4
(221,246,228)
#E2F7E7
(226,247,231)
#E7F8EA
(231,248,234)
#ECF9ED
(236,249,237)
#F1FAF0
(241,250,240)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F1D5 color. Also use rgb(196,241,213) instead hex code.

Text Font Color

.myTextColor { color: #C4F1D5; }

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

This text font color is #C4F1D5.


Background Color

.myBgColor { background-color: #C4F1D5; }

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

This div background color is #C4F1D5.


Border color

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

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

This div border color is #C4F1D5.


Opacity

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

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

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

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

This text has shadow with #C4F1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F1D5 on black background.


Color preview on white background

This text has color #C4F1D5 on white background.



Black color preview on #C4F1D5 background

This text has black color on #C4F1D5 background.


White color preview on #C4F1D5 background

This text has white color on #C4F1D5 background.