COLOR #CCF987

HEX: #CCF987
RGB: (204,249,135)

Color info

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

RGB color model

#CCF987 color RGB value is (204,249,135).

  • red value is 204;
  • green value is 249;
  • blue value is 135.
RGB:
(204,249,135)
(80%,98%,53%)

RGB channels and saturation

R 204 of 255 = 80%
G 249 of 255 = 98%
B 135 of 255 = 53%

204
249
135

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

Portions of RGB colors in percentages

R + G + B =
204 + 249 + 135 = 588 (100%)
R 204 of 588 ~ 34.69%
G 249 of 588 ~ 42.35%
B 135 of 588 ~ 22.96%

%34.69
%42.35
%22.96

CMYK color model

#CCF987 color CMYK value is (18,0,46,2).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 2.35%
CMYK:
(18,0,46,2)
C18M0Y46K2 
(18%,0%,46%,2%)
(0.18/0.00/0.46/0.02)	

CMYK percentages

%18.07
%0
%45.78
%2.35

Codes

Color #CCF987 in popluar color models

CCF987
RGB204249135
HSL84°90.48%75.29%
HSB/HSV84°45.78%97.65%
CMYK18.07%0.00%45.78%
2.35%

Color #CCF987 in popluar number systems.

HEXCCF987
Decimal204249135
Binary110011001111100110000111
Octal314371207

Shades and tints

Shades of #CCF987

#CCF987
(204,249,135)
#BAE37B
(186,227,123)
#A8CD6F
(168,205,111)
#96B763
(150,183,99)
#84A157
(132,161,87)
#728B4B
(114,139,75)
#60753F
(96,117,63)
#4E5F33
(78,95,51)
#3C4927
(60,73,39)
#2A331B
(42,51,27)
#181D0F
(24,29,15)
#000000
(0,0,0)

Tints of #CCF987

#CCF987
(204,249,135)
#D0F991
(208,249,145)
#D4F99B
(212,249,155)
#D8F9A5
(216,249,165)
#DCF9AF
(220,249,175)
#E0F9B9
(224,249,185)
#E4F9C3
(228,249,195)
#E8F9CD
(232,249,205)
#ECF9D7
(236,249,215)
#F0F9E1
(240,249,225)
#F4F9EB
(244,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF987; }

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

This text font color is #CCF987.


Background Color

.myBgColor { background-color: #CCF987; }

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

This div background color is #CCF987.


Border color

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

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

This div border color is #CCF987.


Opacity

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

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

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

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

This text has shadow with #CCF987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF987 on black background.


Color preview on white background

This text has color #CCF987 on white background.



Black color preview on #CCF987 background

This text has black color on #CCF987 background.


White color preview on #CCF987 background

This text has white color on #CCF987 background.