COLOR #C5FEE4

HEX: #C5FEE4 RGB: (197,254,228)

Color info

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

RGB color model

#C5FEE4 color RGB value is (197,254,228).

RGB: (197,254,228) (77%, 100%, 89%)

RGB channels and saturation

R 197 of 255 = 77%
G 254 of 255 = 100%
B 228 of 255 = 89%

197
254
228

R + G + B ~ 89%. #C5FEE4 is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 254 + 228 = 679 (100%)
R 197 of 679 ~ 29.01%
G 254 of 679 ~ 37.41%
B 228 of 679 ~ 33.58'%

%29.01
%37.41
%33.58

CMYK color model

#C5FEE4 color CMYK value is (22,0,10,0).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 10.24%
  • key color value is 0.39%

CMYK: (22,0,10,0)
C22M0Y10K0 (22%, 0%, 10%, 0%)
(0.22 / 0.00 / 0.10 / 0.00)

CMYK percentages

%22.44
%0
%10.24
%0.39

Codes

Color #C5FEE4 in popluar color models

C5 FE E4
RGB 197 254 228
HSL 153° 96.61% 88.43%
HSB/HSV 153° 22.44% 99.61%
CMYK 22.44% 0.00% 10.24%
0.39%

Color #C5FEE4 in popluar number systems.

HEX C5 FE E4
Decimal 197 254 228
Binary 11000101 11111110 11100100
Octal 305 376 344

Shades and tints

Shades of #C5FEE4

#C5FEE4
(197,254,228)
#B4E7D0
(180,231,208)
#A3D0BC
(163,208,188)
#92B9A8
(146,185,168)
#81A294
(129,162,148)
#708B80
(112,139,128)
#5F746C
(95,116,108)
#4E5D58
(78,93,88)
#3D4644
(61,70,68)
#2C2F30
(44,47,48)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #C5FEE4

#C5FEE4
(197,254,228)
#CAFEE6
(202,254,230)
#CFFEE8
(207,254,232)
#D4FEEA
(212,254,234)
#D9FEEC
(217,254,236)
#DEFEEE
(222,254,238)
#E3FEF0
(227,254,240)
#E8FEF2
(232,254,242)
#EDFEF4
(237,254,244)
#F2FEF6
(242,254,246)
#F7FEF8
(247,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FEE4 color. Also use rgb(197,254,228) instead hex code.

Text Font Color

.myTextColor { color: #C5FEE4; }

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

This text font color is #C5FEE4.

Background Color

.myBgColor { background-color: #C5FEE4; }

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

This div background color is #C5FEE4.

Border color

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

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

This div border color is #C5FEE4.

Opacity

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

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

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

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

This text has shadow with #C5FEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FEE4.

Preview

Color preview on black background

This text has color #C5FEE4 on black background.


Color preview on white background

This text has color #C5FEE4 on white background.


Black color preview on #C5FEE4 background

This text has black color on #C5FEE4 background.


White color preview on #C5FEE4 background

This text has white color on #C5FEE4 background.


Related colors

Complementary color

Complementary color for #hex is #3A011B.


I love getcolorcode.com

Triadic colors

1 #E4C5FE and #FEE4C5 with #C5FEE4 are triadic colors.

2 #E4FEC5 and #FEC5E4 with #C5FEE4 are triadic colors.