COLOR #CFF5E1

HEX: #CFF5E1
RGB: (207,245,225)

Color info

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

RGB color model

#CFF5E1 color RGB value is (207,245,225).

  • red value is 207;
  • green value is 245;
  • blue value is 225.
RGB:
(207,245,225)
(81%,96%,88%)

RGB channels and saturation

R 207 of 255 = 81%
G 245 of 255 = 96%
B 225 of 255 = 88%

207
245
225

R + G + B ~ 88%. #CFF5E1 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 245 + 225 = 677 (100%)
R 207 of 677 ~ 30.58%
G 245 of 677 ~ 36.19%
B 225 of 677 ~ 33.23%

%30.58
%36.19
%33.23

CMYK color model

#CFF5E1 color CMYK value is (16,0,8,4).

  • cyan value is 15.51%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 3.92%
CMYK:
(16,0,8,4)
C16M0Y8K4 
(16%,0%,8%,4%)
(0.16/0.00/0.08/0.04)	

CMYK percentages

%15.51
%0
%8.16
%3.92

Codes

Color #CFF5E1 in popluar color models

CFF5E1
RGB207245225
HSL148°65.52%88.63%
HSB/HSV148°15.51%96.08%
CMYK15.51%0.00%8.16%
3.92%

Color #CFF5E1 in popluar number systems.

HEXCFF5E1
Decimal207245225
Binary110011111111010111100001
Octal317365341

Shades and tints

Shades of #CFF5E1

#CFF5E1
(207,245,225)
#BDDFCD
(189,223,205)
#ABC9B9
(171,201,185)
#99B3A5
(153,179,165)
#879D91
(135,157,145)
#75877D
(117,135,125)
#637169
(99,113,105)
#515B55
(81,91,85)
#3F4541
(63,69,65)
#2D2F2D
(45,47,45)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #CFF5E1

#CFF5E1
(207,245,225)
#D3F5E3
(211,245,227)
#D7F5E5
(215,245,229)
#DBF5E7
(219,245,231)
#DFF5E9
(223,245,233)
#E3F5EB
(227,245,235)
#E7F5ED
(231,245,237)
#EBF5EF
(235,245,239)
#EFF5F1
(239,245,241)
#F3F5F3
(243,245,243)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF5E1 color. Also use rgb(207,245,225) instead hex code.

Text Font Color

.myTextColor { color: #CFF5E1; }

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

This text font color is #CFF5E1.


Background Color

.myBgColor { background-color: #CFF5E1; }

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

This div background color is #CFF5E1.


Border color

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

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

This div border color is #CFF5E1.


Opacity

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

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

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

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

This text has shadow with #CFF5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF5E1 on black background.


Color preview on white background

This text has color #CFF5E1 on white background.



Black color preview on #CFF5E1 background

This text has black color on #CFF5E1 background.


White color preview on #CFF5E1 background

This text has white color on #CFF5E1 background.