COLOR #CFF9D4

HEX: #CFF9D4 RGB: (207,249,212)

Color info

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

RGB color model

#CFF9D4 color RGB value is (207,249,212).

RGB: (207,249,212) (81%, 98%, 83%)

RGB channels and saturation

R 207 of 255 = 81%
G 249 of 255 = 98%
B 212 of 255 = 83%

207
249
212

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

Portions of RGB colors in percentages

R + G + B = 207 + 249 + 212 = 668 (100%)
R 207 of 668 ~ 30.99%
G 249 of 668 ~ 37.28%
B 212 of 668 ~ 31.74'%

%30.99
%37.28
%31.74

CMYK color model

#CFF9D4 color CMYK value is (17,0,15,2).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 2.35%

CMYK: (17,0,15,2)
C17M0Y15K2 (17%, 0%, 15%, 2%)
(0.17 / 0.00 / 0.15 / 0.02)

CMYK percentages

%16.87
%0
%14.86
%2.35

Codes

Color #CFF9D4 in popluar color models

CF F9 D4
RGB 207 249 212
HSL 127° 77.78% 89.41%
HSB/HSV 127° 16.87% 97.65%
CMYK 16.87% 0.00% 14.86%
2.35%

Color #CFF9D4 in popluar number systems.

HEX CF F9 D4
Decimal 207 249 212
Binary 11001111 11111001 11010100
Octal 317 371 324

Shades and tints

Shades of #CFF9D4

#CFF9D4
(207,249,212)
#BDE3C1
(189,227,193)
#ABCDAE
(171,205,174)
#99B79B
(153,183,155)
#87A188
(135,161,136)
#758B75
(117,139,117)
#637562
(99,117,98)
#515F4F
(81,95,79)
#3F493C
(63,73,60)
#2D3329
(45,51,41)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #CFF9D4

#CFF9D4
(207,249,212)
#D3F9D7
(211,249,215)
#D7F9DA
(215,249,218)
#DBF9DD
(219,249,221)
#DFF9E0
(223,249,224)
#E3F9E3
(227,249,227)
#E7F9E6
(231,249,230)
#EBF9E9
(235,249,233)
#EFF9EC
(239,249,236)
#F3F9EF
(243,249,239)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF9D4 color. Also use rgb(207,249,212) instead hex code.

Text Font Color

.myTextColor { color: #CFF9D4; }

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

This text font color is #CFF9D4.

Background Color

.myBgColor { background-color: #CFF9D4; }

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

This div background color is #CFF9D4.

Border color

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

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

This div border color is #CFF9D4.

Opacity

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

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

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

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

This text has shadow with #CFF9D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFF9D4.

Preview

Color preview on black background

This text has color #CFF9D4 on black background.


Color preview on white background

This text has color #CFF9D4 on white background.


Black color preview on #CFF9D4 background

This text has black color on #CFF9D4 background.


White color preview on #CFF9D4 background

This text has white color on #CFF9D4 background.


Related colors

Complementary color

Complementary color for #hex is #30062B.


I love getcolorcode.com

Triadic colors

1 #D4CFF9 and #F9D4CF with #CFF9D4 are triadic colors.

2 #D4F9CF and #F9CFD4 with #CFF9D4 are triadic colors.