COLOR #C3EBF0

HEX: #C3EBF0
RGB: (195,235,240)

Color info

#C3EBF0 contains red, green and blue colors in about the same proportion. Web safe color of #C3EBF0 is #CCFFFF (or #CFF).

RGB color model

#C3EBF0 color RGB value is (195,235,240).

  • red value is 195;
  • green value is 235;
  • blue value is 240.
RGB:
(195,235,240)
(76%,92%,94%)

RGB channels and saturation

R 195 of 255 = 76%
G 235 of 255 = 92%
B 240 of 255 = 94%

195
235
240

R + G + B ~ 87%. #C3EBF0 is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 235 + 240 = 670 (100%)
R 195 of 670 ~ 29.1%
G 235 of 670 ~ 35.07%
B 240 of 670 ~ 35.82%

%29.1
%35.07
%35.82

CMYK color model

#C3EBF0 color CMYK value is (19,2,0,6).

  • cyan value is 18.75%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(19,2,0,6)
C19M2Y0K6 
(19%,2%,0%,6%)
(0.19/0.02/0.00/0.06)	

CMYK percentages

%18.75
%2.08
%0
%5.88

Codes

Color #C3EBF0 in popluar color models

C3EBF0
RGB195235240
HSL187°60.00%85.29%
HSB/HSV187°18.75%94.12%
CMYK18.75%2.08%0.00%
5.88%

Color #C3EBF0 in popluar number systems.

HEXC3EBF0
Decimal195235240
Binary110000111110101111110000
Octal303353360

Shades and tints

Shades of #C3EBF0

#C3EBF0
(195,235,240)
#B2D6DB
(178,214,219)
#A1C1C6
(161,193,198)
#90ACB1
(144,172,177)
#7F979C
(127,151,156)
#6E8287
(110,130,135)
#5D6D72
(93,109,114)
#4C585D
(76,88,93)
#3B4348
(59,67,72)
#2A2E33
(42,46,51)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #C3EBF0

#C3EBF0
(195,235,240)
#C8ECF1
(200,236,241)
#CDEDF2
(205,237,242)
#D2EEF3
(210,238,243)
#D7EFF4
(215,239,244)
#DCF0F5
(220,240,245)
#E1F1F6
(225,241,246)
#E6F2F7
(230,242,247)
#EBF3F8
(235,243,248)
#F0F4F9
(240,244,249)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EBF0; }

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

This text font color is #C3EBF0.


Background Color

.myBgColor { background-color: #C3EBF0; }

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

This div background color is #C3EBF0.


Border color

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

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

This div border color is #C3EBF0.


Opacity

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

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

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

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

This text has shadow with #C3EBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EBF0 on black background.


Color preview on white background

This text has color #C3EBF0 on white background.



Black color preview on #C3EBF0 background

This text has black color on #C3EBF0 background.


White color preview on #C3EBF0 background

This text has white color on #C3EBF0 background.