COLOR #CCF98B

HEX: #CCF98B RGB: (204,249,139)

Color info

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

RGB color model

#CCF98B color RGB value is (204,249,139).

RGB: (204,249,139) (80%, 98%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 249 of 255 = 98%
B 139 of 255 = 55%

204
249
139

R + G + B ~ 78%. #CCF98B is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 249 + 139 = 592 (100%)
R 204 of 592 ~ 34.46%
G 249 of 592 ~ 42.06%
B 139 of 592 ~ 23.48'%

%34.46
%42.06
%23.48

CMYK color model

#CCF98B color CMYK value is (18,0,44,2).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 44.18%
  • key color value is 2.35%
CMYK: (18,0,44,2) C18M0Y44K2 (18%,0%,44%,2%) (0.18/0.00/0.44/0.02) 

CMYK percentages

%18.07
%0
%44.18
%2.35

Codes

Color #CCF98B in popluar color models

CC F9 8B
RGB 204 249 139
HSL 85° 90.16% 76.08%
HSB/HSV 85° 44.18% 97.65%
CMYK 18.07% 0.00% 44.18%
2.35%

Color #CCF98B in popluar number systems.

HEX CC F9 8B
Decimal 204 249 139
Binary 11001100 11111001 10001011
Octal 314 371 213

Shades and tints

Shades of #CCF98B

#CCF98B
(204,249,139)
#BAE37F
(186,227,127)
#A8CD73
(168,205,115)
#96B767
(150,183,103)
#84A15B
(132,161,91)
#728B4F
(114,139,79)
#607543
(96,117,67)
#4E5F37
(78,95,55)
#3C492B
(60,73,43)
#2A331F
(42,51,31)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #CCF98B

#CCF98B
(204,249,139)
#D0F995
(208,249,149)
#D4F99F
(212,249,159)
#D8F9A9
(216,249,169)
#DCF9B3
(220,249,179)
#E0F9BD
(224,249,189)
#E4F9C7
(228,249,199)
#E8F9D1
(232,249,209)
#ECF9DB
(236,249,219)
#F0F9E5
(240,249,229)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF98B; }

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

This text font color is #CCF98B.

Background Color

.myBgColor { background-color: #CCF98B; }

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

This div background color is #CCF98B.

Border color

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

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

This div border color is #CCF98B.

Opacity

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

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

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

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

This text has shadow with #CCF98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF98B.

Preview

Color preview on black background

This text has color #CCF98B on black background.


Color preview on white background

This text has color #CCF98B on white background.


Black color preview on #CCF98B background

This text has black color on #CCF98B background.


White color preview on #CCF98B background

This text has white color on #CCF98B background.


Related colors

Complementary color

Complementary color for #hex is #330674.


I love getcolorcode.com

Triadic colors

1 #8BCCF9 and #F98BCC with #CCF98B are triadic colors.

2 #8BF9CC and #F9CC8B with #CCF98B are triadic colors.