COLOR #C5EBD4

HEX: #C5EBD4 RGB: (197,235,212)

Color info

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

RGB color model

#C5EBD4 color RGB value is (197,235,212).

RGB: (197,235,212) (77%, 92%, 83%)

RGB channels and saturation

R 197 of 255 = 77%
G 235 of 255 = 92%
B 212 of 255 = 83%

197
235
212

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

Portions of RGB colors in percentages

R + G + B = 197 + 235 + 212 = 644 (100%)
R 197 of 644 ~ 30.59%
G 235 of 644 ~ 36.49%
B 212 of 644 ~ 32.92'%

%30.59
%36.49
%32.92

CMYK color model

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

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 7.84%

CMYK: (16,0,10,8)
C16M0Y10K8 (16%, 0%, 10%, 8%)
(0.16 / 0.00 / 0.10 / 0.08)

CMYK percentages

%16.17
%0
%9.79
%7.84

Codes

Color #C5EBD4 in popluar color models

C5 EB D4
RGB 197 235 212
HSL 144° 48.72% 84.71%
HSB/HSV 144° 16.17% 92.16%
CMYK 16.17% 0.00% 9.79%
7.84%

Color #C5EBD4 in popluar number systems.

HEX C5 EB D4
Decimal 197 235 212
Binary 11000101 11101011 11010100
Octal 305 353 324

Shades and tints

Shades of #C5EBD4

#C5EBD4
(197,235,212)
#B4D6C1
(180,214,193)
#A3C1AE
(163,193,174)
#92AC9B
(146,172,155)
#819788
(129,151,136)
#708275
(112,130,117)
#5F6D62
(95,109,98)
#4E584F
(78,88,79)
#3D433C
(61,67,60)
#2C2E29
(44,46,41)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #C5EBD4

#C5EBD4
(197,235,212)
#CAECD7
(202,236,215)
#CFEDDA
(207,237,218)
#D4EEDD
(212,238,221)
#D9EFE0
(217,239,224)
#DEF0E3
(222,240,227)
#E3F1E6
(227,241,230)
#E8F2E9
(232,242,233)
#EDF3EC
(237,243,236)
#F2F4EF
(242,244,239)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EBD4; }

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

This text font color is #C5EBD4.

Background Color

.myBgColor { background-color: #C5EBD4; }

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

This div background color is #C5EBD4.

Border color

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

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

This div border color is #C5EBD4.

Opacity

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

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

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

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

This text has shadow with #C5EBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EBD4.

Preview

Color preview on black background

This text has color #C5EBD4 on black background.


Color preview on white background

This text has color #C5EBD4 on white background.


Black color preview on #C5EBD4 background

This text has black color on #C5EBD4 background.


White color preview on #C5EBD4 background

This text has white color on #C5EBD4 background.


Related colors

Complementary color

Complementary color for #hex is #3A142B.


I love getcolorcode.com

Triadic colors

1 #D4C5EB and #EBD4C5 with #C5EBD4 are triadic colors.

2 #D4EBC5 and #EBC5D4 with #C5EBD4 are triadic colors.