COLOR #CFF2A6

HEX: #CFF2A6
RGB: (207,242,166)

Color info

#CFF2A6 contains mainly red and green colors. Web safe color of #CFF2A6 is #CCFF99 (or #CF9).

RGB color model

#CFF2A6 color RGB value is (207,242,166).

  • red value is 207;
  • green value is 242;
  • blue value is 166.
RGB:
(207,242,166)
(81%,95%,65%)

RGB channels and saturation

R 207 of 255 = 81%
G 242 of 255 = 95%
B 166 of 255 = 65%

207
242
166

R + G + B ~ 80%. #CFF2A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 242 + 166 = 615 (100%)
R 207 of 615 ~ 33.66%
G 242 of 615 ~ 39.35%
B 166 of 615 ~ 26.99%

%33.66
%39.35
%26.99

CMYK color model

#CFF2A6 color CMYK value is (14,0,31,5).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 5.10%
CMYK:
(14,0,31,5)
C14M0Y31K5 
(14%,0%,31%,5%)
(0.14/0.00/0.31/0.05)	

CMYK percentages

%14.46
%0
%31.4
%5.1

Codes

Color #CFF2A6 in popluar color models

CFF2A6
RGB207242166
HSL88°74.51%80.00%
HSB/HSV88°31.40%94.90%
CMYK14.46%0.00%31.40%
5.10%

Color #CFF2A6 in popluar number systems.

HEXCFF2A6
Decimal207242166
Binary110011111111001010100110
Octal317362246

Shades and tints

Shades of #CFF2A6

#CFF2A6
(207,242,166)
#BDDC97
(189,220,151)
#ABC688
(171,198,136)
#99B079
(153,176,121)
#879A6A
(135,154,106)
#75845B
(117,132,91)
#636E4C
(99,110,76)
#51583D
(81,88,61)
#3F422E
(63,66,46)
#2D2C1F
(45,44,31)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #CFF2A6

#CFF2A6
(207,242,166)
#D3F3AE
(211,243,174)
#D7F4B6
(215,244,182)
#DBF5BE
(219,245,190)
#DFF6C6
(223,246,198)
#E3F7CE
(227,247,206)
#E7F8D6
(231,248,214)
#EBF9DE
(235,249,222)
#EFFAE6
(239,250,230)
#F3FBEE
(243,251,238)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF2A6 color. Also use rgb(207,242,166) instead hex code.

Text Font Color

.myTextColor { color: #CFF2A6; }

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

This text font color is #CFF2A6.


Background Color

.myBgColor { background-color: #CFF2A6; }

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

This div background color is #CFF2A6.


Border color

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

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

This div border color is #CFF2A6.


Opacity

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

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

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

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

This text has shadow with #CFF2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF2A6 on black background.


Color preview on white background

This text has color #CFF2A6 on white background.



Black color preview on #CFF2A6 background

This text has black color on #CFF2A6 background.


White color preview on #CFF2A6 background

This text has white color on #CFF2A6 background.