COLOR #CCF18B

HEX: #CCF18B RGB: (204,241,139)

Color info

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

RGB color model

#CCF18B color RGB value is (204,241,139).

RGB: (204,241,139) (80%, 95%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 139 of 255 = 55%

204
241
139

R + G + B ~ 77%. #CCF18B is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 241 + 139 = 584 (100%)
R 204 of 584 ~ 34.93%
G 241 of 584 ~ 41.27%
B 139 of 584 ~ 23.8'%

%34.93
%41.27
%23.8

CMYK color model

#CCF18B color CMYK value is (15,0,42,5).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 42.32%
  • key color value is 5.49%

CMYK: (15,0,42,5)
C15M0Y42K5 (15%, 0%, 42%, 5%)
(0.15 / 0.00 / 0.42 / 0.05)

CMYK percentages

%15.35
%0
%42.32
%5.49

Codes

Color #CCF18B in popluar color models

CC F1 8B
RGB 204 241 139
HSL 82° 78.46% 74.51%
HSB/HSV 82° 42.32% 94.51%
CMYK 15.35% 0.00% 42.32%
5.49%

Color #CCF18B in popluar number systems.

HEX CC F1 8B
Decimal 204 241 139
Binary 11001100 11110001 10001011
Octal 314 361 213

Shades and tints

Shades of #CCF18B

#CCF18B
(204,241,139)
#BADC7F
(186,220,127)
#A8C773
(168,199,115)
#96B267
(150,178,103)
#849D5B
(132,157,91)
#72884F
(114,136,79)
#607343
(96,115,67)
#4E5E37
(78,94,55)
#3C492B
(60,73,43)
#2A341F
(42,52,31)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #CCF18B

#CCF18B
(204,241,139)
#D0F295
(208,242,149)
#D4F39F
(212,243,159)
#D8F4A9
(216,244,169)
#DCF5B3
(220,245,179)
#E0F6BD
(224,246,189)
#E4F7C7
(228,247,199)
#E8F8D1
(232,248,209)
#ECF9DB
(236,249,219)
#F0FAE5
(240,250,229)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF18B color. Also use rgb(204,241,139) instead hex code.

Text Font Color

.myTextColor { color: #CCF18B; }

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

This text font color is #CCF18B.

Background Color

.myBgColor { background-color: #CCF18B; }

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

This div background color is #CCF18B.

Border color

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

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

This div border color is #CCF18B.

Opacity

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

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

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

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

This text has shadow with #CCF18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF18B.

Preview

Color preview on black background

This text has color #CCF18B on black background.


Color preview on white background

This text has color #CCF18B on white background.


Black color preview on #CCF18B background

This text has black color on #CCF18B background.


White color preview on #CCF18B background

This text has white color on #CCF18B background.


Related colors

Complementary color

Complementary color for #hex is #330E74.


I love getcolorcode.com

Triadic colors

1 #8BCCF1 and #F18BCC with #CCF18B are triadic colors.

2 #8BF1CC and #F1CC8B with #CCF18B are triadic colors.