COLOR #CFF9C2

HEX: #CFF9C2 RGB: (207,249,194)

Color info

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

RGB color model

#CFF9C2 color RGB value is (207,249,194).

RGB: (207,249,194) (81%, 98%, 76%)

RGB channels and saturation

R 207 of 255 = 81%
G 249 of 255 = 98%
B 194 of 255 = 76%

207
249
194

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

Portions of RGB colors in percentages

R + G + B = 207 + 249 + 194 = 650 (100%)
R 207 of 650 ~ 31.85%
G 249 of 650 ~ 38.31%
B 194 of 650 ~ 29.85'%

%31.85
%38.31
%29.85

CMYK color model

#CFF9C2 color CMYK value is (17,0,22,2).

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

CMYK: (17,0,22,2)
C17M0Y22K2 (17%, 0%, 22%, 2%)
(0.17 / 0.00 / 0.22 / 0.02)

CMYK percentages

%16.87
%0
%22.09
%2.35

Codes

Color #CFF9C2 in popluar color models

CF F9 C2
RGB 207 249 194
HSL 106° 82.09% 86.86%
HSB/HSV 106° 22.09% 97.65%
CMYK 16.87% 0.00% 22.09%
2.35%

Color #CFF9C2 in popluar number systems.

HEX CF F9 C2
Decimal 207 249 194
Binary 11001111 11111001 11000010
Octal 317 371 302

Shades and tints

Shades of #CFF9C2

#CFF9C2
(207,249,194)
#BDE3B1
(189,227,177)
#ABCDA0
(171,205,160)
#99B78F
(153,183,143)
#87A17E
(135,161,126)
#758B6D
(117,139,109)
#63755C
(99,117,92)
#515F4B
(81,95,75)
#3F493A
(63,73,58)
#2D3329
(45,51,41)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #CFF9C2

#CFF9C2
(207,249,194)
#D3F9C7
(211,249,199)
#D7F9CC
(215,249,204)
#DBF9D1
(219,249,209)
#DFF9D6
(223,249,214)
#E3F9DB
(227,249,219)
#E7F9E0
(231,249,224)
#EBF9E5
(235,249,229)
#EFF9EA
(239,249,234)
#F3F9EF
(243,249,239)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFF9C2; }

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

This text font color is #CFF9C2.

Background Color

.myBgColor { background-color: #CFF9C2; }

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

This div background color is #CFF9C2.

Border color

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

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

This div border color is #CFF9C2.

Opacity

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

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

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

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

This text has shadow with #CFF9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFF9C2.

Preview

Color preview on black background

This text has color #CFF9C2 on black background.


Color preview on white background

This text has color #CFF9C2 on white background.


Black color preview on #CFF9C2 background

This text has black color on #CFF9C2 background.


White color preview on #CFF9C2 background

This text has white color on #CFF9C2 background.


Related colors

Complementary color

Complementary color for #hex is #30063D.


I love getcolorcode.com

Triadic colors

1 #C2CFF9 and #F9C2CF with #CFF9C2 are triadic colors.

2 #C2F9CF and #F9CFC2 with #CFF9C2 are triadic colors.