COLOR #CFFA7C

HEX: #CFFA7C
RGB: (207,250,124)

Color info

#CFFA7C contains mainly red and green colors. Web safe color of #CFFA7C is #CCFF66 (or #CF6).

RGB color model

#CFFA7C color RGB value is (207,250,124).

  • red value is 207;
  • green value is 250;
  • blue value is 124.
RGB:
(207,250,124)
(81%,98%,49%)

RGB channels and saturation

R 207 of 255 = 81%
G 250 of 255 = 98%
B 124 of 255 = 49%

207
250
124

R + G + B ~ 76%. #CFFA7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 250 + 124 = 581 (100%)
R 207 of 581 ~ 35.63%
G 250 of 581 ~ 43.03%
B 124 of 581 ~ 21.34%

%35.63
%43.03
%21.34

CMYK color model

#CFFA7C color CMYK value is (17,0,50,2).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 50.40%
  • key color value is 1.96%
CMYK:
(17,0,50,2)
C17M0Y50K2 
(17%,0%,50%,2%)
(0.17/0.00/0.50/0.02)	

CMYK percentages

%17.2
%0
%50.4
%1.96

Codes

Color #CFFA7C in popluar color models

CFFA7C
RGB207250124
HSL80°92.65%73.33%
HSB/HSV80°50.40%98.04%
CMYK17.20%0.00%50.40%
1.96%

Color #CFFA7C in popluar number systems.

HEXCFFA7C
Decimal207250124
Binary11001111111110101111100
Octal317372174

Shades and tints

Shades of #CFFA7C

#CFFA7C
(207,250,124)
#BDE471
(189,228,113)
#ABCE66
(171,206,102)
#99B85B
(153,184,91)
#87A250
(135,162,80)
#758C45
(117,140,69)
#63763A
(99,118,58)
#51602F
(81,96,47)
#3F4A24
(63,74,36)
#2D3419
(45,52,25)
#1B1E0E
(27,30,14)
#000000
(0,0,0)

Tints of #CFFA7C

#CFFA7C
(207,250,124)
#D3FA87
(211,250,135)
#D7FA92
(215,250,146)
#DBFA9D
(219,250,157)
#DFFAA8
(223,250,168)
#E3FAB3
(227,250,179)
#E7FABE
(231,250,190)
#EBFAC9
(235,250,201)
#EFFAD4
(239,250,212)
#F3FADF
(243,250,223)
#F7FAEA
(247,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFFA7C color. Also use rgb(207,250,124) instead hex code.

Text Font Color

.myTextColor { color: #CFFA7C; }

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

This text font color is #CFFA7C.


Background Color

.myBgColor { background-color: #CFFA7C; }

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

This div background color is #CFFA7C.


Border color

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

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

This div border color is #CFFA7C.


Opacity

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

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

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

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

This text has shadow with #CFFA7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFFA7C on black background.


Color preview on white background

This text has color #CFFA7C on white background.



Black color preview on #CFFA7C background

This text has black color on #CFFA7C background.


White color preview on #CFFA7C background

This text has white color on #CFFA7C background.