COLOR #C5EBD9

HEX: #C5EBD9 RGB: (197,235,217)

Color info

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

RGB color model

#C5EBD9 color RGB value is (197,235,217).

RGB: (197,235,217) (77%, 92%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 235 of 255 = 92%
B 217 of 255 = 85%

197
235
217

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

Portions of RGB colors in percentages

R + G + B = 197 + 235 + 217 = 649 (100%)
R 197 of 649 ~ 30.35%
G 235 of 649 ~ 36.21%
B 217 of 649 ~ 33.44'%

%30.35
%36.21
%33.44

CMYK color model

#C5EBD9 color CMYK value is (16,0,8,8).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 7.84%
CMYK: (16,0,8,8) C16M0Y8K8 (16%,0%,8%,8%) (0.16/0.00/0.08/0.08) 

CMYK percentages

%16.17
%0
%7.66
%7.84

Codes

Color #C5EBD9 in popluar color models

C5 EB D9
RGB 197 235 217
HSL 152° 48.72% 84.71%
HSB/HSV 152° 16.17% 92.16%
CMYK 16.17% 0.00% 7.66%
7.84%

Color #C5EBD9 in popluar number systems.

HEX C5 EB D9
Decimal 197 235 217
Binary 11000101 11101011 11011001
Octal 305 353 331

Shades and tints

Shades of #C5EBD9

#C5EBD9
(197,235,217)
#B4D6C6
(180,214,198)
#A3C1B3
(163,193,179)
#92ACA0
(146,172,160)
#81978D
(129,151,141)
#70827A
(112,130,122)
#5F6D67
(95,109,103)
#4E5854
(78,88,84)
#3D4341
(61,67,65)
#2C2E2E
(44,46,46)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #C5EBD9

#C5EBD9
(197,235,217)
#CAECDC
(202,236,220)
#CFEDDF
(207,237,223)
#D4EEE2
(212,238,226)
#D9EFE5
(217,239,229)
#DEF0E8
(222,240,232)
#E3F1EB
(227,241,235)
#E8F2EE
(232,242,238)
#EDF3F1
(237,243,241)
#F2F4F4
(242,244,244)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EBD9 color. Also use rgb(197,235,217) instead hex code.

Text Font Color

.myTextColor { color: #C5EBD9; }

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

This text font color is #C5EBD9.

Background Color

.myBgColor { background-color: #C5EBD9; }

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

This div background color is #C5EBD9.

Border color

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

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

This div border color is #C5EBD9.

Opacity

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

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

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

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

This text has shadow with #C5EBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EBD9.

Preview

Color preview on black background

This text has color #C5EBD9 on black background.


Color preview on white background

This text has color #C5EBD9 on white background.


Black color preview on #C5EBD9 background

This text has black color on #C5EBD9 background.


White color preview on #C5EBD9 background

This text has white color on #C5EBD9 background.


Related colors

Complementary color

Complementary color for #hex is #3A1426.


I love getcolorcode.com

Triadic colors

1 #D9C5EB and #EBD9C5 with #C5EBD9 are triadic colors.

2 #D9EBC5 and #EBC5D9 with #C5EBD9 are triadic colors.