COLOR #C5F2CD

HEX: #C5F2CD RGB: (197,242,205)

Color info

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

RGB color model

#C5F2CD color RGB value is (197,242,205).

RGB: (197,242,205) (77%, 95%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 242 of 255 = 95%
B 205 of 255 = 80%

197
242
205

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

Portions of RGB colors in percentages

R + G + B = 197 + 242 + 205 = 644 (100%)
R 197 of 644 ~ 30.59%
G 242 of 644 ~ 37.58%
B 205 of 644 ~ 31.83'%

%30.59
%37.58
%31.83

CMYK color model

#C5F2CD color CMYK value is (19,0,15,5).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 5.10%

CMYK: (19,0,15,5)
C19M0Y15K5 (19%, 0%, 15%, 5%)
(0.19 / 0.00 / 0.15 / 0.05)

CMYK percentages

%18.6
%0
%15.29
%5.1

Codes

Color #C5F2CD in popluar color models

C5 F2 CD
RGB 197 242 205
HSL 131° 63.38% 86.08%
HSB/HSV 131° 18.60% 94.90%
CMYK 18.60% 0.00% 15.29%
5.10%

Color #C5F2CD in popluar number systems.

HEX C5 F2 CD
Decimal 197 242 205
Binary 11000101 11110010 11001101
Octal 305 362 315

Shades and tints

Shades of #C5F2CD

#C5F2CD
(197,242,205)
#B4DCBB
(180,220,187)
#A3C6A9
(163,198,169)
#92B097
(146,176,151)
#819A85
(129,154,133)
#708473
(112,132,115)
#5F6E61
(95,110,97)
#4E584F
(78,88,79)
#3D423D
(61,66,61)
#2C2C2B
(44,44,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5F2CD

#C5F2CD
(197,242,205)
#CAF3D1
(202,243,209)
#CFF4D5
(207,244,213)
#D4F5D9
(212,245,217)
#D9F6DD
(217,246,221)
#DEF7E1
(222,247,225)
#E3F8E5
(227,248,229)
#E8F9E9
(232,249,233)
#EDFAED
(237,250,237)
#F2FBF1
(242,251,241)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F2CD color. Also use rgb(197,242,205) instead hex code.

Text Font Color

.myTextColor { color: #C5F2CD; }

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

This text font color is #C5F2CD.

Background Color

.myBgColor { background-color: #C5F2CD; }

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

This div background color is #C5F2CD.

Border color

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

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

This div border color is #C5F2CD.

Opacity

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

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

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

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

This text has shadow with #C5F2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F2CD.

Preview

Color preview on black background

This text has color #C5F2CD on black background.


Color preview on white background

This text has color #C5F2CD on white background.


Black color preview on #C5F2CD background

This text has black color on #C5F2CD background.


White color preview on #C5F2CD background

This text has white color on #C5F2CD background.


Related colors

Complementary color

Complementary color for #hex is #3A0D32.


I love getcolorcode.com

Triadic colors

1 #CDC5F2 and #F2CDC5 with #C5F2CD are triadic colors.

2 #CDF2C5 and #F2C5CD with #C5F2CD are triadic colors.