COLOR #CFE775

HEX: #CFE775
RGB: (207,231,117)

Color info

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

RGB color model

#CFE775 color RGB value is (207,231,117).

  • red value is 207;
  • green value is 231;
  • blue value is 117.
RGB:
(207,231,117)
(81%,91%,46%)

RGB channels and saturation

R 207 of 255 = 81%
G 231 of 255 = 91%
B 117 of 255 = 46%

207
231
117

R + G + B ~ 73%. #CFE775 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 231 + 117 = 555 (100%)
R 207 of 555 ~ 37.3%
G 231 of 555 ~ 41.62%
B 117 of 555 ~ 21.08%

%37.3
%41.62
%21.08

CMYK color model

#CFE775 color CMYK value is (10,0,49,9).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 9.41%
CMYK:
(10,0,49,9)
C10M0Y49K9 
(10%,0%,49%,9%)
(0.10/0.00/0.49/0.09)	

CMYK percentages

%10.39
%0
%49.35
%9.41

Codes

Color #CFE775 in popluar color models

CFE775
RGB207231117
HSL73°70.37%68.24%
HSB/HSV73°49.35%90.59%
CMYK10.39%0.00%49.35%
9.41%

Color #CFE775 in popluar number systems.

HEXCFE775
Decimal207231117
Binary11001111111001111110101
Octal317347165

Shades and tints

Shades of #CFE775

#CFE775
(207,231,117)
#BDD26B
(189,210,107)
#ABBD61
(171,189,97)
#99A857
(153,168,87)
#87934D
(135,147,77)
#757E43
(117,126,67)
#636939
(99,105,57)
#51542F
(81,84,47)
#3F3F25
(63,63,37)
#2D2A1B
(45,42,27)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #CFE775

#CFE775
(207,231,117)
#D3E981
(211,233,129)
#D7EB8D
(215,235,141)
#DBED99
(219,237,153)
#DFEFA5
(223,239,165)
#E3F1B1
(227,241,177)
#E7F3BD
(231,243,189)
#EBF5C9
(235,245,201)
#EFF7D5
(239,247,213)
#F3F9E1
(243,249,225)
#F7FBED
(247,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE775 color. Also use rgb(207,231,117) instead hex code.

Text Font Color

.myTextColor { color: #CFE775; }

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

This text font color is #CFE775.


Background Color

.myBgColor { background-color: #CFE775; }

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

This div background color is #CFE775.


Border color

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

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

This div border color is #CFE775.


Opacity

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

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

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

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

This text has shadow with #CFE775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE775 on black background.


Color preview on white background

This text has color #CFE775 on white background.



Black color preview on #CFE775 background

This text has black color on #CFE775 background.


White color preview on #CFE775 background

This text has white color on #CFE775 background.