COLOR #C5EFDA

HEX: #C5EFDA RGB: (197,239,218)

Color info

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

RGB color model

#C5EFDA color RGB value is (197,239,218).

RGB: (197,239,218) (77%, 94%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 218 of 255 = 85%

197
239
218

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

Portions of RGB colors in percentages

R + G + B = 197 + 239 + 218 = 654 (100%)
R 197 of 654 ~ 30.12%
G 239 of 654 ~ 36.54%
B 218 of 654 ~ 33.33'%

%30.12
%36.54
%33.33

CMYK color model

#C5EFDA color CMYK value is (18,0,9,6).

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

CMYK: (18,0,9,6)
C18M0Y9K6 (18%, 0%, 9%, 6%)
(0.18 / 0.00 / 0.09 / 0.06)

CMYK percentages

%17.57
%0
%8.79
%6.27

Codes

Color #C5EFDA in popluar color models

C5 EF DA
RGB 197 239 218
HSL 150° 56.76% 85.49%
HSB/HSV 150° 17.57% 93.73%
CMYK 17.57% 0.00% 8.79%
6.27%

Color #C5EFDA in popluar number systems.

HEX C5 EF DA
Decimal 197 239 218
Binary 11000101 11101111 11011010
Octal 305 357 332

Shades and tints

Shades of #C5EFDA

#C5EFDA
(197,239,218)
#B4DAC7
(180,218,199)
#A3C5B4
(163,197,180)
#92B0A1
(146,176,161)
#819B8E
(129,155,142)
#70867B
(112,134,123)
#5F7168
(95,113,104)
#4E5C55
(78,92,85)
#3D4742
(61,71,66)
#2C322F
(44,50,47)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #C5EFDA

#C5EFDA
(197,239,218)
#CAF0DD
(202,240,221)
#CFF1E0
(207,241,224)
#D4F2E3
(212,242,227)
#D9F3E6
(217,243,230)
#DEF4E9
(222,244,233)
#E3F5EC
(227,245,236)
#E8F6EF
(232,246,239)
#EDF7F2
(237,247,242)
#F2F8F5
(242,248,245)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EFDA; }

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

This text font color is #C5EFDA.

Background Color

.myBgColor { background-color: #C5EFDA; }

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

This div background color is #C5EFDA.

Border color

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

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

This div border color is #C5EFDA.

Opacity

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

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

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

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

This text has shadow with #C5EFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EFDA.

Preview

Color preview on black background

This text has color #C5EFDA on black background.


Color preview on white background

This text has color #C5EFDA on white background.


Black color preview on #C5EFDA background

This text has black color on #C5EFDA background.


White color preview on #C5EFDA background

This text has white color on #C5EFDA background.


Related colors

Complementary color

Complementary color for #hex is #3A1025.


I love getcolorcode.com

Triadic colors

1 #DAC5EF and #EFDAC5 with #C5EFDA are triadic colors.

2 #DAEFC5 and #EFC5DA with #C5EFDA are triadic colors.