COLOR #C5F6DB

HEX: #C5F6DB RGB: (197,246,219)

Color info

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

RGB color model

#C5F6DB color RGB value is (197,246,219).

RGB: (197,246,219) (77%, 96%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 246 of 255 = 96%
B 219 of 255 = 86%

197
246
219

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

Portions of RGB colors in percentages

R + G + B = 197 + 246 + 219 = 662 (100%)
R 197 of 662 ~ 29.76%
G 246 of 662 ~ 37.16%
B 219 of 662 ~ 33.08'%

%29.76
%37.16
%33.08

CMYK color model

#C5F6DB color CMYK value is (20,0,11,4).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%

CMYK: (20,0,11,4)
C20M0Y11K4 (20%, 0%, 11%, 4%)
(0.20 / 0.00 / 0.11 / 0.04)

CMYK percentages

%19.92
%0
%10.98
%3.53

Codes

Color #C5F6DB in popluar color models

C5 F6 DB
RGB 197 246 219
HSL 147° 73.13% 86.86%
HSB/HSV 147° 19.92% 96.47%
CMYK 19.92% 0.00% 10.98%
3.53%

Color #C5F6DB in popluar number systems.

HEX C5 F6 DB
Decimal 197 246 219
Binary 11000101 11110110 11011011
Octal 305 366 333

Shades and tints

Shades of #C5F6DB

#C5F6DB
(197,246,219)
#B4E0C8
(180,224,200)
#A3CAB5
(163,202,181)
#92B4A2
(146,180,162)
#819E8F
(129,158,143)
#70887C
(112,136,124)
#5F7269
(95,114,105)
#4E5C56
(78,92,86)
#3D4643
(61,70,67)
#2C3030
(44,48,48)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #C5F6DB

#C5F6DB
(197,246,219)
#CAF6DE
(202,246,222)
#CFF6E1
(207,246,225)
#D4F6E4
(212,246,228)
#D9F6E7
(217,246,231)
#DEF6EA
(222,246,234)
#E3F6ED
(227,246,237)
#E8F6F0
(232,246,240)
#EDF6F3
(237,246,243)
#F2F6F6
(242,246,246)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F6DB; }

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

This text font color is #C5F6DB.

Background Color

.myBgColor { background-color: #C5F6DB; }

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

This div background color is #C5F6DB.

Border color

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

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

This div border color is #C5F6DB.

Opacity

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

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

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

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

This text has shadow with #C5F6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F6DB.

Preview

Color preview on black background

This text has color #C5F6DB on black background.


Color preview on white background

This text has color #C5F6DB on white background.


Black color preview on #C5F6DB background

This text has black color on #C5F6DB background.


White color preview on #C5F6DB background

This text has white color on #C5F6DB background.


Related colors

Complementary color

Complementary color for #hex is #3A0924.


I love getcolorcode.com

Triadic colors

1 #DBC5F6 and #F6DBC5 with #C5F6DB are triadic colors.

2 #DBF6C5 and #F6C5DB with #C5F6DB are triadic colors.