COLOR #CCF387

HEX: #CCF387 RGB: (204,243,135)

Color info

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

RGB color model

#CCF387 color RGB value is (204,243,135).

RGB: (204,243,135) (80%, 95%, 53%)

RGB channels and saturation

R 204 of 255 = 80%
G 243 of 255 = 95%
B 135 of 255 = 53%

204
243
135

R + G + B ~ 76%. #CCF387 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 243 + 135 = 582 (100%)
R 204 of 582 ~ 35.05%
G 243 of 582 ~ 41.75%
B 135 of 582 ~ 23.2'%

%35.05
%41.75
%23.2

CMYK color model

#CCF387 color CMYK value is (16,0,44,5).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 4.71%

CMYK: (16,0,44,5)
C16M0Y44K5 (16%, 0%, 44%, 5%)
(0.16 / 0.00 / 0.44 / 0.05)

CMYK percentages

%16.05
%0
%44.44
%4.71

Codes

Color #CCF387 in popluar color models

CC F3 87
RGB 204 243 135
HSL 82° 81.82% 74.12%
HSB/HSV 82° 44.44% 95.29%
CMYK 16.05% 0.00% 44.44%
4.71%

Color #CCF387 in popluar number systems.

HEX CC F3 87
Decimal 204 243 135
Binary 11001100 11110011 10000111
Octal 314 363 207

Shades and tints

Shades of #CCF387

#CCF387
(204,243,135)
#BADD7B
(186,221,123)
#A8C76F
(168,199,111)
#96B163
(150,177,99)
#849B57
(132,155,87)
#72854B
(114,133,75)
#606F3F
(96,111,63)
#4E5933
(78,89,51)
#3C4327
(60,67,39)
#2A2D1B
(42,45,27)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #CCF387

#CCF387
(204,243,135)
#D0F491
(208,244,145)
#D4F59B
(212,245,155)
#D8F6A5
(216,246,165)
#DCF7AF
(220,247,175)
#E0F8B9
(224,248,185)
#E4F9C3
(228,249,195)
#E8FACD
(232,250,205)
#ECFBD7
(236,251,215)
#F0FCE1
(240,252,225)
#F4FDEB
(244,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF387; }

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

This text font color is #CCF387.

Background Color

.myBgColor { background-color: #CCF387; }

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

This div background color is #CCF387.

Border color

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

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

This div border color is #CCF387.

Opacity

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

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

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

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

This text has shadow with #CCF387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF387.

Preview

Color preview on black background

This text has color #CCF387 on black background.


Color preview on white background

This text has color #CCF387 on white background.


Black color preview on #CCF387 background

This text has black color on #CCF387 background.


White color preview on #CCF387 background

This text has white color on #CCF387 background.


Related colors

Complementary color

Complementary color for #hex is #330C78.


I love getcolorcode.com

Triadic colors

1 #87CCF3 and #F387CC with #CCF387 are triadic colors.

2 #87F3CC and #F3CC87 with #CCF387 are triadic colors.