COLOR #C5F3DE

HEX: #C5F3DE RGB: (197,243,222)

Color info

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

RGB color model

#C5F3DE color RGB value is (197,243,222).

RGB: (197,243,222) (77%, 95%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 243 of 255 = 95%
B 222 of 255 = 87%

197
243
222

R + G + B ~ 86%. #C5F3DE is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 243 + 222 = 662 (100%)
R 197 of 662 ~ 29.76%
G 243 of 662 ~ 36.71%
B 222 of 662 ~ 33.53'%

%29.76
%36.71
%33.53

CMYK color model

#C5F3DE color CMYK value is (19,0,9,5).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 4.71%

CMYK: (19,0,9,5)
C19M0Y9K5 (19%, 0%, 9%, 5%)
(0.19 / 0.00 / 0.09 / 0.05)

CMYK percentages

%18.93
%0
%8.64
%4.71

Codes

Color #C5F3DE in popluar color models

C5 F3 DE
RGB 197 243 222
HSL 153° 65.71% 86.27%
HSB/HSV 153° 18.93% 95.29%
CMYK 18.93% 0.00% 8.64%
4.71%

Color #C5F3DE in popluar number systems.

HEX C5 F3 DE
Decimal 197 243 222
Binary 11000101 11110011 11011110
Octal 305 363 336

Shades and tints

Shades of #C5F3DE

#C5F3DE
(197,243,222)
#B4DDCA
(180,221,202)
#A3C7B6
(163,199,182)
#92B1A2
(146,177,162)
#819B8E
(129,155,142)
#70857A
(112,133,122)
#5F6F66
(95,111,102)
#4E5952
(78,89,82)
#3D433E
(61,67,62)
#2C2D2A
(44,45,42)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5F3DE

#C5F3DE
(197,243,222)
#CAF4E1
(202,244,225)
#CFF5E4
(207,245,228)
#D4F6E7
(212,246,231)
#D9F7EA
(217,247,234)
#DEF8ED
(222,248,237)
#E3F9F0
(227,249,240)
#E8FAF3
(232,250,243)
#EDFBF6
(237,251,246)
#F2FCF9
(242,252,249)
#F7FDFC
(247,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F3DE color. Also use rgb(197,243,222) instead hex code.

Text Font Color

.myTextColor { color: #C5F3DE; }

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

This text font color is #C5F3DE.

Background Color

.myBgColor { background-color: #C5F3DE; }

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

This div background color is #C5F3DE.

Border color

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

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

This div border color is #C5F3DE.

Opacity

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

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

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

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

This text has shadow with #C5F3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F3DE.

Preview

Color preview on black background

This text has color #C5F3DE on black background.


Color preview on white background

This text has color #C5F3DE on white background.


Black color preview on #C5F3DE background

This text has black color on #C5F3DE background.


White color preview on #C5F3DE background

This text has white color on #C5F3DE background.


Related colors

Complementary color

Complementary color for #hex is #3A0C21.


I love getcolorcode.com

Triadic colors

1 #DEC5F3 and #F3DEC5 with #C5F3DE are triadic colors.

2 #DEF3C5 and #F3C5DE with #C5F3DE are triadic colors.