COLOR #C6EBDF

HEX: #C6EBDF RGB: (198,235,223)

Color info

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

RGB color model

#C6EBDF color RGB value is (198,235,223).

RGB: (198,235,223) (78%, 92%, 87%)

RGB channels and saturation

R 198 of 255 = 78%
G 235 of 255 = 92%
B 223 of 255 = 87%

198
235
223

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

Portions of RGB colors in percentages

R + G + B = 198 + 235 + 223 = 656 (100%)
R 198 of 656 ~ 30.18%
G 235 of 656 ~ 35.82%
B 223 of 656 ~ 33.99'%

%30.18
%35.82
%33.99

CMYK color model

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

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 7.84%

CMYK: (16,0,5,8)
C16M0Y5K8 (16%, 0%, 5%, 8%)
(0.16 / 0.00 / 0.05 / 0.08)

CMYK percentages

%15.74
%0
%5.11
%7.84

Codes

Color #C6EBDF in popluar color models

C6 EB DF
RGB 198 235 223
HSL 161° 48.05% 84.90%
HSB/HSV 161° 15.74% 92.16%
CMYK 15.74% 0.00% 5.11%
7.84%

Color #C6EBDF in popluar number systems.

HEX C6 EB DF
Decimal 198 235 223
Binary 11000110 11101011 11011111
Octal 306 353 337

Shades and tints

Shades of #C6EBDF

#C6EBDF
(198,235,223)
#B4D6CB
(180,214,203)
#A2C1B7
(162,193,183)
#90ACA3
(144,172,163)
#7E978F
(126,151,143)
#6C827B
(108,130,123)
#5A6D67
(90,109,103)
#485853
(72,88,83)
#36433F
(54,67,63)
#242E2B
(36,46,43)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #C6EBDF

#C6EBDF
(198,235,223)
#CBECE1
(203,236,225)
#D0EDE3
(208,237,227)
#D5EEE5
(213,238,229)
#DAEFE7
(218,239,231)
#DFF0E9
(223,240,233)
#E4F1EB
(228,241,235)
#E9F2ED
(233,242,237)
#EEF3EF
(238,243,239)
#F3F4F1
(243,244,241)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EBDF color. Also use rgb(198,235,223) instead hex code.

Text Font Color

.myTextColor { color: #C6EBDF; }

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

This text font color is #C6EBDF.

Background Color

.myBgColor { background-color: #C6EBDF; }

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

This div background color is #C6EBDF.

Border color

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

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

This div border color is #C6EBDF.

Opacity

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

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

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

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

This text has shadow with #C6EBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EBDF.

Preview

Color preview on black background

This text has color #C6EBDF on black background.


Color preview on white background

This text has color #C6EBDF on white background.


Black color preview on #C6EBDF background

This text has black color on #C6EBDF background.


White color preview on #C6EBDF background

This text has white color on #C6EBDF background.


Related colors

Complementary color

Complementary color for #hex is #391420.


I love getcolorcode.com

Triadic colors

1 #DFC6EB and #EBDFC6 with #C6EBDF are triadic colors.

2 #DFEBC6 and #EBC6DF with #C6EBDF are triadic colors.