COLOR #C3E2EB

HEX: #C3E2EB RGB: (195,226,235)

Color info

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

RGB color model

#C3E2EB color RGB value is (195,226,235).

RGB: (195,226,235) (76%, 89%, 92%)

RGB channels and saturation

R 195 of 255 = 76%
G 226 of 255 = 89%
B 235 of 255 = 92%

195
226
235

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

Portions of RGB colors in percentages

R + G + B = 195 + 226 + 235 = 656 (100%)
R 195 of 656 ~ 29.73%
G 226 of 656 ~ 34.45%
B 235 of 656 ~ 35.82'%

%29.73
%34.45
%35.82

CMYK color model

#C3E2EB color CMYK value is (17,4,0,8).

  • cyan value is 17.02%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (17,4,0,8)
C17M4Y0K8 (17%, 4%, 0%, 8%)
(0.17 / 0.04 / 0.00 / 0.08)

CMYK percentages

%17.02
%3.83
%0
%7.84

Codes

Color #C3E2EB in popluar color models

C3 E2 EB
RGB 195 226 235
HSL 194° 50.00% 84.31%
HSB/HSV 194° 17.02% 92.16%
CMYK 17.02% 3.83% 0.00%
7.84%

Color #C3E2EB in popluar number systems.

HEX C3 E2 EB
Decimal 195 226 235
Binary 11000011 11100010 11101011
Octal 303 342 353

Shades and tints

Shades of #C3E2EB

#C3E2EB
(195,226,235)
#B2CED6
(178,206,214)
#A1BAC1
(161,186,193)
#90A6AC
(144,166,172)
#7F9297
(127,146,151)
#6E7E82
(110,126,130)
#5D6A6D
(93,106,109)
#4C5658
(76,86,88)
#3B4243
(59,66,67)
#2A2E2E
(42,46,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #C3E2EB

#C3E2EB
(195,226,235)
#C8E4EC
(200,228,236)
#CDE6ED
(205,230,237)
#D2E8EE
(210,232,238)
#D7EAEF
(215,234,239)
#DCECF0
(220,236,240)
#E1EEF1
(225,238,241)
#E6F0F2
(230,240,242)
#EBF2F3
(235,242,243)
#F0F4F4
(240,244,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E2EB color. Also use rgb(195,226,235) instead hex code.

Text Font Color

.myTextColor { color: #C3E2EB; }

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

This text font color is #C3E2EB.

Background Color

.myBgColor { background-color: #C3E2EB; }

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

This div background color is #C3E2EB.

Border color

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

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

This div border color is #C3E2EB.

Opacity

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

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

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

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

This text has shadow with #C3E2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E2EB.

Preview

Color preview on black background

This text has color #C3E2EB on black background.


Color preview on white background

This text has color #C3E2EB on white background.


Black color preview on #C3E2EB background

This text has black color on #C3E2EB background.


White color preview on #C3E2EB background

This text has white color on #C3E2EB background.


Related colors

Complementary color

Complementary color for #hex is #3C1D14.


I love getcolorcode.com

Triadic colors

1 #EBC3E2 and #E2EBC3 with #C3E2EB are triadic colors.

2 #EBE2C3 and #E2C3EB with #C3E2EB are triadic colors.