COLOR #CFF9EB

HEX: #CFF9EB RGB: (207,249,235)

Color info

#CFF9EB contains red, green and blue colors in about the same proportion. Web safe color of #CFF9EB is #CCFFFF (or #CFF).

RGB color model

#CFF9EB color RGB value is (207,249,235).

RGB: (207,249,235) (81%, 98%, 92%)

RGB channels and saturation

R 207 of 255 = 81%
G 249 of 255 = 98%
B 235 of 255 = 92%

207
249
235

R + G + B ~ 90%. #CFF9EB is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 249 + 235 = 691 (100%)
R 207 of 691 ~ 29.96%
G 249 of 691 ~ 36.03%
B 235 of 691 ~ 34.01'%

%29.96
%36.03
%34.01

CMYK color model

#CFF9EB color CMYK value is (17,0,6,2).

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

CMYK: (17,0,6,2)
C17M0Y6K2 (17%, 0%, 6%, 2%)
(0.17 / 0.00 / 0.06 / 0.02)

CMYK percentages

%16.87
%0
%5.62
%2.35

Codes

Color #CFF9EB in popluar color models

CF F9 EB
RGB 207 249 235
HSL 160° 77.78% 89.41%
HSB/HSV 160° 16.87% 97.65%
CMYK 16.87% 0.00% 5.62%
2.35%

Color #CFF9EB in popluar number systems.

HEX CF F9 EB
Decimal 207 249 235
Binary 11001111 11111001 11101011
Octal 317 371 353

Shades and tints

Shades of #CFF9EB

#CFF9EB
(207,249,235)
#BDE3D6
(189,227,214)
#ABCDC1
(171,205,193)
#99B7AC
(153,183,172)
#87A197
(135,161,151)
#758B82
(117,139,130)
#63756D
(99,117,109)
#515F58
(81,95,88)
#3F4943
(63,73,67)
#2D332E
(45,51,46)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #CFF9EB

#CFF9EB
(207,249,235)
#D3F9EC
(211,249,236)
#D7F9ED
(215,249,237)
#DBF9EE
(219,249,238)
#DFF9EF
(223,249,239)
#E3F9F0
(227,249,240)
#E7F9F1
(231,249,241)
#EBF9F2
(235,249,242)
#EFF9F3
(239,249,243)
#F3F9F4
(243,249,244)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFF9EB; }

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

This text font color is #CFF9EB.

Background Color

.myBgColor { background-color: #CFF9EB; }

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

This div background color is #CFF9EB.

Border color

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

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

This div border color is #CFF9EB.

Opacity

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

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

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

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

This text has shadow with #CFF9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFF9EB.

Preview

Color preview on black background

This text has color #CFF9EB on black background.


Color preview on white background

This text has color #CFF9EB on white background.


Black color preview on #CFF9EB background

This text has black color on #CFF9EB background.


White color preview on #CFF9EB background

This text has white color on #CFF9EB background.


Related colors

Complementary color

Complementary color for #hex is #300614.


I love getcolorcode.com

Triadic colors

1 #EBCFF9 and #F9EBCF with #CFF9EB are triadic colors.

2 #EBF9CF and #F9CFEB with #CFF9EB are triadic colors.