COLOR #C4F9DD

HEX: #C4F9DD RGB: (196,249,221)

Color info

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

RGB color model

#C4F9DD color RGB value is (196,249,221).

RGB: (196,249,221) (77%, 98%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 249 of 255 = 98%
B 221 of 255 = 87%

196
249
221

R + G + B ~ 87%. #C4F9DD is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 249 + 221 = 666 (100%)
R 196 of 666 ~ 29.43%
G 249 of 666 ~ 37.39%
B 221 of 666 ~ 33.18'%

%29.43
%37.39
%33.18

CMYK color model

#C4F9DD color CMYK value is (21,0,11,2).

  • cyan value is 21.29%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 2.35%

CMYK: (21,0,11,2)
C21M0Y11K2 (21%, 0%, 11%, 2%)
(0.21 / 0.00 / 0.11 / 0.02)

CMYK percentages

%21.29
%0
%11.24
%2.35

Codes

Color #C4F9DD in popluar color models

C4 F9 DD
RGB 196 249 221
HSL 148° 81.54% 87.25%
HSB/HSV 148° 21.29% 97.65%
CMYK 21.29% 0.00% 11.24%
2.35%

Color #C4F9DD in popluar number systems.

HEX C4 F9 DD
Decimal 196 249 221
Binary 11000100 11111001 11011101
Octal 304 371 335

Shades and tints

Shades of #C4F9DD

#C4F9DD
(196,249,221)
#B3E3C9
(179,227,201)
#A2CDB5
(162,205,181)
#91B7A1
(145,183,161)
#80A18D
(128,161,141)
#6F8B79
(111,139,121)
#5E7565
(94,117,101)
#4D5F51
(77,95,81)
#3C493D
(60,73,61)
#2B3329
(43,51,41)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #C4F9DD

#C4F9DD
(196,249,221)
#C9F9E0
(201,249,224)
#CEF9E3
(206,249,227)
#D3F9E6
(211,249,230)
#D8F9E9
(216,249,233)
#DDF9EC
(221,249,236)
#E2F9EF
(226,249,239)
#E7F9F2
(231,249,242)
#ECF9F5
(236,249,245)
#F1F9F8
(241,249,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F9DD color. Also use rgb(196,249,221) instead hex code.

Text Font Color

.myTextColor { color: #C4F9DD; }

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

This text font color is #C4F9DD.

Background Color

.myBgColor { background-color: #C4F9DD; }

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

This div background color is #C4F9DD.

Border color

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

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

This div border color is #C4F9DD.

Opacity

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

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

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

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

This text has shadow with #C4F9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F9DD.

Preview

Color preview on black background

This text has color #C4F9DD on black background.


Color preview on white background

This text has color #C4F9DD on white background.


Black color preview on #C4F9DD background

This text has black color on #C4F9DD background.


White color preview on #C4F9DD background

This text has white color on #C4F9DD background.


Related colors

Complementary color

Complementary color for #hex is #3B0622.


I love getcolorcode.com

Triadic colors

1 #DDC4F9 and #F9DDC4 with #C4F9DD are triadic colors.

2 #DDF9C4 and #F9C4DD with #C4F9DD are triadic colors.