COLOR #C5EFDB

HEX: #C5EFDB RGB: (197,239,219)

Color info

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

RGB color model

#C5EFDB color RGB value is (197,239,219).

RGB: (197,239,219) (77%, 94%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 219 of 255 = 86%

197
239
219

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

Portions of RGB colors in percentages

R + G + B = 197 + 239 + 219 = 655 (100%)
R 197 of 655 ~ 30.08%
G 239 of 655 ~ 36.49%
B 219 of 655 ~ 33.44'%

%30.08
%36.49
%33.44

CMYK color model

#C5EFDB color CMYK value is (18,0,8,6).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%

CMYK: (18,0,8,6)
C18M0Y8K6 (18%, 0%, 8%, 6%)
(0.18 / 0.00 / 0.08 / 0.06)

CMYK percentages

%17.57
%0
%8.37
%6.27

Codes

Color #C5EFDB in popluar color models

C5 EF DB
RGB 197 239 219
HSL 151° 56.76% 85.49%
HSB/HSV 151° 17.57% 93.73%
CMYK 17.57% 0.00% 8.37%
6.27%

Color #C5EFDB in popluar number systems.

HEX C5 EF DB
Decimal 197 239 219
Binary 11000101 11101111 11011011
Octal 305 357 333

Shades and tints

Shades of #C5EFDB

#C5EFDB
(197,239,219)
#B4DAC8
(180,218,200)
#A3C5B5
(163,197,181)
#92B0A2
(146,176,162)
#819B8F
(129,155,143)
#70867C
(112,134,124)
#5F7169
(95,113,105)
#4E5C56
(78,92,86)
#3D4743
(61,71,67)
#2C3230
(44,50,48)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #C5EFDB

#C5EFDB
(197,239,219)
#CAF0DE
(202,240,222)
#CFF1E1
(207,241,225)
#D4F2E4
(212,242,228)
#D9F3E7
(217,243,231)
#DEF4EA
(222,244,234)
#E3F5ED
(227,245,237)
#E8F6F0
(232,246,240)
#EDF7F3
(237,247,243)
#F2F8F6
(242,248,246)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EFDB color. Also use rgb(197,239,219) instead hex code.

Text Font Color

.myTextColor { color: #C5EFDB; }

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

This text font color is #C5EFDB.

Background Color

.myBgColor { background-color: #C5EFDB; }

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

This div background color is #C5EFDB.

Border color

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

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

This div border color is #C5EFDB.

Opacity

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

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

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

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

This text has shadow with #C5EFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EFDB.

Preview

Color preview on black background

This text has color #C5EFDB on black background.


Color preview on white background

This text has color #C5EFDB on white background.


Black color preview on #C5EFDB background

This text has black color on #C5EFDB background.


White color preview on #C5EFDB background

This text has white color on #C5EFDB background.


Related colors

Complementary color

Complementary color for #hex is #3A1024.


I love getcolorcode.com

Triadic colors

1 #DBC5EF and #EFDBC5 with #C5EFDB are triadic colors.

2 #DBEFC5 and #EFC5DB with #C5EFDB are triadic colors.