COLOR #C4F1D3

HEX: #C4F1D3
RGB: (196,241,211)

Color info

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

RGB color model

#C4F1D3 color RGB value is (196,241,211).

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

RGB channels and saturation

R 196 of 255 = 77%
G 241 of 255 = 95%
B 211 of 255 = 83%

196
241
211

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

Portions of RGB colors in percentages

R + G + B =
196 + 241 + 211 = 648 (100%)
R 196 of 648 ~ 30.25%
G 241 of 648 ~ 37.19%
B 211 of 648 ~ 32.56%

%30.25
%37.19
%32.56

CMYK color model

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

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • 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
%12.45
%5.49

Codes

Color #C4F1D3 in popluar color models

C4F1D3
RGB196241211
HSL140°61.64%85.69%
HSB/HSV140°18.67%94.51%
CMYK18.67%0.00%12.45%
5.49%

Color #C4F1D3 in popluar number systems.

HEXC4F1D3
Decimal196241211
Binary110001001111000111010011
Octal304361323

Shades and tints

Shades of #C4F1D3

#C4F1D3
(196,241,211)
#B3DCC0
(179,220,192)
#A2C7AD
(162,199,173)
#91B29A
(145,178,154)
#809D87
(128,157,135)
#6F8874
(111,136,116)
#5E7361
(94,115,97)
#4D5E4E
(77,94,78)
#3C493B
(60,73,59)
#2B3428
(43,52,40)
#1A1F15
(26,31,21)
#000000
(0,0,0)

Tints of #C4F1D3

#C4F1D3
(196,241,211)
#C9F2D7
(201,242,215)
#CEF3DB
(206,243,219)
#D3F4DF
(211,244,223)
#D8F5E3
(216,245,227)
#DDF6E7
(221,246,231)
#E2F7EB
(226,247,235)
#E7F8EF
(231,248,239)
#ECF9F3
(236,249,243)
#F1FAF7
(241,250,247)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F1D3; }

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

This text font color is #C4F1D3.


Background Color

.myBgColor { background-color: #C4F1D3; }

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

This div background color is #C4F1D3.


Border color

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

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

This div border color is #C4F1D3.


Opacity

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

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

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

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

This text has shadow with #C4F1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F1D3 on black background.


Color preview on white background

This text has color #C4F1D3 on white background.



Black color preview on #C4F1D3 background

This text has black color on #C4F1D3 background.


White color preview on #C4F1D3 background

This text has white color on #C4F1D3 background.