COLOR #C5FDCC

HEX: #C5FDCC RGB: (197,253,204)

Color info

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

RGB color model

#C5FDCC color RGB value is (197,253,204).

RGB: (197,253,204) (77%, 99%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 253 of 255 = 99%
B 204 of 255 = 80%

197
253
204

R + G + B ~ 85%. #C5FDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 253 + 204 = 654 (100%)
R 197 of 654 ~ 30.12%
G 253 of 654 ~ 38.69%
B 204 of 654 ~ 31.19'%

%30.12
%38.69
%31.19

CMYK color model

#C5FDCC color CMYK value is (22,0,19,1).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 0.78%
CMYK: (22,0,19,1) C22M0Y19K1 (22%,0%,19%,1%) (0.22/0.00/0.19/0.01) 

CMYK percentages

%22.13
%0
%19.37
%0.78

Codes

Color #C5FDCC in popluar color models

C5 FD CC
RGB 197 253 204
HSL 128° 93.33% 88.24%
HSB/HSV 128° 22.13% 99.22%
CMYK 22.13% 0.00% 19.37%
0.78%

Color #C5FDCC in popluar number systems.

HEX C5 FD CC
Decimal 197 253 204
Binary 11000101 11111101 11001100
Octal 305 375 314

Shades and tints

Shades of #C5FDCC

#C5FDCC
(197,253,204)
#B4E6BA
(180,230,186)
#A3CFA8
(163,207,168)
#92B896
(146,184,150)
#81A184
(129,161,132)
#708A72
(112,138,114)
#5F7360
(95,115,96)
#4E5C4E
(78,92,78)
#3D453C
(61,69,60)
#2C2E2A
(44,46,42)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #C5FDCC

#C5FDCC
(197,253,204)
#CAFDD0
(202,253,208)
#CFFDD4
(207,253,212)
#D4FDD8
(212,253,216)
#D9FDDC
(217,253,220)
#DEFDE0
(222,253,224)
#E3FDE4
(227,253,228)
#E8FDE8
(232,253,232)
#EDFDEC
(237,253,236)
#F2FDF0
(242,253,240)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FDCC color. Also use rgb(197,253,204) instead hex code.

Text Font Color

.myTextColor { color: #C5FDCC; }

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

This text font color is #C5FDCC.

Background Color

.myBgColor { background-color: #C5FDCC; }

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

This div background color is #C5FDCC.

Border color

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

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

This div border color is #C5FDCC.

Opacity

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

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

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

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

This text has shadow with #C5FDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FDCC.

Preview

Color preview on black background

This text has color #C5FDCC on black background.


Color preview on white background

This text has color #C5FDCC on white background.


Black color preview on #C5FDCC background

This text has black color on #C5FDCC background.


White color preview on #C5FDCC background

This text has white color on #C5FDCC background.


Related colors

Complementary color

Complementary color for #hex is #3A0233.


I love getcolorcode.com

Triadic colors

1 #CCC5FD and #FDCCC5 with #C5FDCC are triadic colors.

2 #CCFDC5 and #FDC5CC with #C5FDCC are triadic colors.