COLOR #CCF5BE

HEX: #CCF5BE RGB: (204,245,190)

Color info

#CCF5BE contains red, green and blue colors in about the same proportion. Web safe color of #CCF5BE is #CCFFCC (or #CFC).

RGB color model

#CCF5BE color RGB value is (204,245,190).

RGB: (204,245,190) (80%, 96%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 190 of 255 = 75%

204
245
190

R + G + B ~ 84%. #CCF5BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 245 + 190 = 639 (100%)
R 204 of 639 ~ 31.92%
G 245 of 639 ~ 38.34%
B 190 of 639 ~ 29.73'%

%31.92
%38.34
%29.73

CMYK color model

#CCF5BE color CMYK value is (17,0,22,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 3.92%

CMYK: (17,0,22,4)
C17M0Y22K4 (17%, 0%, 22%, 4%)
(0.17 / 0.00 / 0.22 / 0.04)

CMYK percentages

%16.73
%0
%22.45
%3.92

Codes

Color #CCF5BE in popluar color models

CC F5 BE
RGB 204 245 190
HSL 105° 73.33% 85.29%
HSB/HSV 105° 22.45% 96.08%
CMYK 16.73% 0.00% 22.45%
3.92%

Color #CCF5BE in popluar number systems.

HEX CC F5 BE
Decimal 204 245 190
Binary 11001100 11110101 10111110
Octal 314 365 276

Shades and tints

Shades of #CCF5BE

#CCF5BE
(204,245,190)
#BADFAD
(186,223,173)
#A8C99C
(168,201,156)
#96B38B
(150,179,139)
#849D7A
(132,157,122)
#728769
(114,135,105)
#607158
(96,113,88)
#4E5B47
(78,91,71)
#3C4536
(60,69,54)
#2A2F25
(42,47,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCF5BE

#CCF5BE
(204,245,190)
#D0F5C3
(208,245,195)
#D4F5C8
(212,245,200)
#D8F5CD
(216,245,205)
#DCF5D2
(220,245,210)
#E0F5D7
(224,245,215)
#E4F5DC
(228,245,220)
#E8F5E1
(232,245,225)
#ECF5E6
(236,245,230)
#F0F5EB
(240,245,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF5BE color. Also use rgb(204,245,190) instead hex code.

Text Font Color

.myTextColor { color: #CCF5BE; }

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

This text font color is #CCF5BE.

Background Color

.myBgColor { background-color: #CCF5BE; }

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

This div background color is #CCF5BE.

Border color

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

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

This div border color is #CCF5BE.

Opacity

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

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

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

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

This text has shadow with #CCF5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF5BE.

Preview

Color preview on black background

This text has color #CCF5BE on black background.


Color preview on white background

This text has color #CCF5BE on white background.


Black color preview on #CCF5BE background

This text has black color on #CCF5BE background.


White color preview on #CCF5BE background

This text has white color on #CCF5BE background.


Related colors

Complementary color

Complementary color for #hex is #330A41.


I love getcolorcode.com

Triadic colors

1 #BECCF5 and #F5BECC with #CCF5BE are triadic colors.

2 #BEF5CC and #F5CCBE with #CCF5BE are triadic colors.