COLOR #C6E3EB

HEX: #C6E3EB RGB: (198,227,235)

Color info

#C6E3EB contains red, green and blue colors in about the same proportion. Web safe color of #C6E3EB is #CCCCFF (or #CCF).

RGB color model

#C6E3EB color RGB value is (198,227,235).

RGB: (198,227,235) (78%, 89%, 92%)

RGB channels and saturation

R 198 of 255 = 78%
G 227 of 255 = 89%
B 235 of 255 = 92%

198
227
235

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

Portions of RGB colors in percentages

R + G + B = 198 + 227 + 235 = 660 (100%)
R 198 of 660 ~ 30%
G 227 of 660 ~ 34.39%
B 235 of 660 ~ 35.61'%

%30
%34.39
%35.61

CMYK color model

#C6E3EB color CMYK value is (16,3,0,8).

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

CMYK: (16,3,0,8)
C16M3Y0K8 (16%, 3%, 0%, 8%)
(0.16 / 0.03 / 0.00 / 0.08)

CMYK percentages

%15.74
%3.4
%0
%7.84

Codes

Color #C6E3EB in popluar color models

C6 E3 EB
RGB 198 227 235
HSL 193° 48.05% 84.90%
HSB/HSV 193° 15.74% 92.16%
CMYK 15.74% 3.40% 0.00%
7.84%

Color #C6E3EB in popluar number systems.

HEX C6 E3 EB
Decimal 198 227 235
Binary 11000110 11100011 11101011
Octal 306 343 353

Shades and tints

Shades of #C6E3EB

#C6E3EB
(198,227,235)
#B4CFD6
(180,207,214)
#A2BBC1
(162,187,193)
#90A7AC
(144,167,172)
#7E9397
(126,147,151)
#6C7F82
(108,127,130)
#5A6B6D
(90,107,109)
#485758
(72,87,88)
#364343
(54,67,67)
#242F2E
(36,47,46)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #C6E3EB

#C6E3EB
(198,227,235)
#CBE5EC
(203,229,236)
#D0E7ED
(208,231,237)
#D5E9EE
(213,233,238)
#DAEBEF
(218,235,239)
#DFEDF0
(223,237,240)
#E4EFF1
(228,239,241)
#E9F1F2
(233,241,242)
#EEF3F3
(238,243,243)
#F3F5F4
(243,245,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E3EB; }

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

This text font color is #C6E3EB.

Background Color

.myBgColor { background-color: #C6E3EB; }

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

This div background color is #C6E3EB.

Border color

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

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

This div border color is #C6E3EB.

Opacity

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

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

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

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

This text has shadow with #C6E3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E3EB.

Preview

Color preview on black background

This text has color #C6E3EB on black background.


Color preview on white background

This text has color #C6E3EB on white background.


Black color preview on #C6E3EB background

This text has black color on #C6E3EB background.


White color preview on #C6E3EB background

This text has white color on #C6E3EB background.


Related colors

Complementary color

Complementary color for #hex is #391C14.


I love getcolorcode.com

Triadic colors

1 #EBC6E3 and #E3EBC6 with #C6E3EB are triadic colors.

2 #EBE3C6 and #E3C6EB with #C6E3EB are triadic colors.