COLOR #CCF398

HEX: #CCF398
RGB: (204,243,152)

Color info

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

RGB color model

#CCF398 color RGB value is (204,243,152).

  • red value is 204;
  • green value is 243;
  • blue value is 152.
RGB:
(204,243,152)
(80%,95%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 243 of 255 = 95%
B 152 of 255 = 60%

204
243
152

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

Portions of RGB colors in percentages

R + G + B =
204 + 243 + 152 = 599 (100%)
R 204 of 599 ~ 34.06%
G 243 of 599 ~ 40.57%
B 152 of 599 ~ 25.38%

%34.06
%40.57
%25.38

CMYK color model

#CCF398 color CMYK value is (16,0,37,5).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 37.45%
  • key color value is 4.71%
CMYK:
(16,0,37,5)
C16M0Y37K5 
(16%,0%,37%,5%)
(0.16/0.00/0.37/0.05)	

CMYK percentages

%16.05
%0
%37.45
%4.71

Codes

Color #CCF398 in popluar color models

CCF398
RGB204243152
HSL86°79.13%77.45%
HSB/HSV86°37.45%95.29%
CMYK16.05%0.00%37.45%
4.71%

Color #CCF398 in popluar number systems.

HEXCCF398
Decimal204243152
Binary110011001111001110011000
Octal314363230

Shades and tints

Shades of #CCF398

#CCF398
(204,243,152)
#BADD8B
(186,221,139)
#A8C77E
(168,199,126)
#96B171
(150,177,113)
#849B64
(132,155,100)
#728557
(114,133,87)
#606F4A
(96,111,74)
#4E593D
(78,89,61)
#3C4330
(60,67,48)
#2A2D23
(42,45,35)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CCF398

#CCF398
(204,243,152)
#D0F4A1
(208,244,161)
#D4F5AA
(212,245,170)
#D8F6B3
(216,246,179)
#DCF7BC
(220,247,188)
#E0F8C5
(224,248,197)
#E4F9CE
(228,249,206)
#E8FAD7
(232,250,215)
#ECFBE0
(236,251,224)
#F0FCE9
(240,252,233)
#F4FDF2
(244,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF398; }

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

This text font color is #CCF398.


Background Color

.myBgColor { background-color: #CCF398; }

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

This div background color is #CCF398.


Border color

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

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

This div border color is #CCF398.


Opacity

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

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

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

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

This text has shadow with #CCF398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF398 on black background.


Color preview on white background

This text has color #CCF398 on white background.



Black color preview on #CCF398 background

This text has black color on #CCF398 background.


White color preview on #CCF398 background

This text has white color on #CCF398 background.