COLOR #CFE189

HEX: #CFE189 RGB: (207,225,137)

Color info

#CFE189 contains mainly red and green colors. Web safe color of #CFE189 is #CCCC99 (or #CC9).

RGB color model

#CFE189 color RGB value is (207,225,137).

RGB: (207,225,137) (81%, 88%, 54%)

RGB channels and saturation

R 207 of 255 = 81%
G 225 of 255 = 88%
B 137 of 255 = 54%

207
225
137

R + G + B ~ 74%. #CFE189 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 225 + 137 = 569 (100%)
R 207 of 569 ~ 36.38%
G 225 of 569 ~ 39.54%
B 137 of 569 ~ 24.08'%

%36.38
%39.54
%24.08

CMYK color model

#CFE189 color CMYK value is (8,0,39,12).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 39.11%
  • key color value is 11.76%

CMYK: (8,0,39,12)
C8M0Y39K12 (8%, 0%, 39%, 12%)
(0.08 / 0.00 / 0.39 / 0.12)

CMYK percentages

%8
%0
%39.11
%11.76

Codes

Color #CFE189 in popluar color models

CF E1 89
RGB 207 225 137
HSL 72° 59.46% 70.98%
HSB/HSV 72° 39.11% 88.24%
CMYK 8.00% 0.00% 39.11%
11.76%

Color #CFE189 in popluar number systems.

HEX CF E1 89
Decimal 207 225 137
Binary 11001111 11100001 10001001
Octal 317 341 211

Shades and tints

Shades of #CFE189

#CFE189
(207,225,137)
#BDCD7D
(189,205,125)
#ABB971
(171,185,113)
#99A565
(153,165,101)
#879159
(135,145,89)
#757D4D
(117,125,77)
#636941
(99,105,65)
#515535
(81,85,53)
#3F4129
(63,65,41)
#2D2D1D
(45,45,29)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #CFE189

#CFE189
(207,225,137)
#D3E393
(211,227,147)
#D7E59D
(215,229,157)
#DBE7A7
(219,231,167)
#DFE9B1
(223,233,177)
#E3EBBB
(227,235,187)
#E7EDC5
(231,237,197)
#EBEFCF
(235,239,207)
#EFF1D9
(239,241,217)
#F3F3E3
(243,243,227)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE189; }

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

This text font color is #CFE189.

Background Color

.myBgColor { background-color: #CFE189; }

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

This div background color is #CFE189.

Border color

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

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

This div border color is #CFE189.

Opacity

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

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

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

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

This text has shadow with #CFE189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE189.

Preview

Color preview on black background

This text has color #CFE189 on black background.


Color preview on white background

This text has color #CFE189 on white background.


Black color preview on #CFE189 background

This text has black color on #CFE189 background.


White color preview on #CFE189 background

This text has white color on #CFE189 background.


Related colors

Complementary color

Complementary color for #hex is #301E76.


I love getcolorcode.com

Triadic colors

1 #89CFE1 and #E189CF with #CFE189 are triadic colors.

2 #89E1CF and #E1CF89 with #CFE189 are triadic colors.