COLOR #C3EFF3

HEX: #C3EFF3
RGB: (195,239,243)

Color info

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

RGB color model

#C3EFF3 color RGB value is (195,239,243).

  • red value is 195;
  • green value is 239;
  • blue value is 243.
RGB:
(195,239,243)
(76%,94%,95%)

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 243 of 255 = 95%

195
239
243

R + G + B ~ 88%. #C3EFF3 is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 239 + 243 = 677 (100%)
R 195 of 677 ~ 28.8%
G 239 of 677 ~ 35.3%
B 243 of 677 ~ 35.89%

%28.8
%35.3
%35.89

CMYK color model

#C3EFF3 color CMYK value is (20,2,0,5).

  • cyan value is 19.75%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(20,2,0,5)
C20M2Y0K5 
(20%,2%,0%,5%)
(0.20/0.02/0.00/0.05)	

CMYK percentages

%19.75
%1.65
%0
%4.71

Codes

Color #C3EFF3 in popluar color models

C3EFF3
RGB195239243
HSL185°66.67%85.88%
HSB/HSV185°19.75%95.29%
CMYK19.75%1.65%0.00%
4.71%

Color #C3EFF3 in popluar number systems.

HEXC3EFF3
Decimal195239243
Binary110000111110111111110011
Octal303357363

Shades and tints

Shades of #C3EFF3

#C3EFF3
(195,239,243)
#B2DADD
(178,218,221)
#A1C5C7
(161,197,199)
#90B0B1
(144,176,177)
#7F9B9B
(127,155,155)
#6E8685
(110,134,133)
#5D716F
(93,113,111)
#4C5C59
(76,92,89)
#3B4743
(59,71,67)
#2A322D
(42,50,45)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #C3EFF3

#C3EFF3
(195,239,243)
#C8F0F4
(200,240,244)
#CDF1F5
(205,241,245)
#D2F2F6
(210,242,246)
#D7F3F7
(215,243,247)
#DCF4F8
(220,244,248)
#E1F5F9
(225,245,249)
#E6F6FA
(230,246,250)
#EBF7FB
(235,247,251)
#F0F8FC
(240,248,252)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3EFF3 color. Also use rgb(195,239,243) instead hex code.

Text Font Color

.myTextColor { color: #C3EFF3; }

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

This text font color is #C3EFF3.


Background Color

.myBgColor { background-color: #C3EFF3; }

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

This div background color is #C3EFF3.


Border color

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

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

This div border color is #C3EFF3.


Opacity

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

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

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

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

This text has shadow with #C3EFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EFF3 on black background.


Color preview on white background

This text has color #C3EFF3 on white background.



Black color preview on #C3EFF3 background

This text has black color on #C3EFF3 background.


White color preview on #C3EFF3 background

This text has white color on #C3EFF3 background.