COLOR #C3E5FD

HEX: #C3E5FD RGB: (195,229,253)

Renk bilgisi

#C3E5FD contains red, green and blue colors in about the same proportion. #C3E5FD ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#C3E5FD color RGB value is (195,229,253).

RGB: (195,229,253) (76%, 90%, 99%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 229 of 255 = 90%
B 253 of 255 = 99%

195
229
253

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

Yüzdelerle RGB renk parçaları

R + G + B = 195 + 229 + 253 = 677 (100%)
R 195 of 677 ~ 28.8%
G 229 of 677 ~ 33.83%
B 253 of 677 ~ 37.37'%

%28.8
%33.83
%37.37

CMYK RENK MODELİ

#C3E5FD rengi CMYK tonu (23,9,0,1).

  • camgöbeği tonu 22.92%
  • eflatun tonu 9.49%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%

CMYK: (23,9,0,1)
C23M9Y0K1 (23%, 9%, 0%, 1%)
(0.23 / 0.09 / 0.00 / 0.01)

CMYK yüzdeleri

%22.92
%9.49
%0
%0.78

Codes

Color #C3E5FD in popluar color models

C3 E5 FD
RGB 195 229 253
HSL 205° 93.55% 87.84%
HSB/HSV 205° 22.92% 99.22%
CMYK 22.92% 9.49% 0.00%
0.78%

Color #C3E5FD in popluar number systems.

HEX C3 E5 FD
Decimal 195 229 253
Binary 11000011 11100101 11111101
Octal 303 345 375

Shades and tints

Shades of #C3E5FD

#C3E5FD
(195,229,253)
#B2D1E6
(178,209,230)
#A1BDCF
(161,189,207)
#90A9B8
(144,169,184)
#7F95A1
(127,149,161)
#6E818A
(110,129,138)
#5D6D73
(93,109,115)
#4C595C
(76,89,92)
#3B4545
(59,69,69)
#2A312E
(42,49,46)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #C3E5FD

#C3E5FD
(195,229,253)
#C8E7FD
(200,231,253)
#CDE9FD
(205,233,253)
#D2EBFD
(210,235,253)
#D7EDFD
(215,237,253)
#DCEFFD
(220,239,253)
#E1F1FD
(225,241,253)
#E6F3FD
(230,243,253)
#EBF5FD
(235,245,253)
#F0F7FD
(240,247,253)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E5FD color. Also use rgb(195,229,253) instead hex code.

Text Font Color

.myTextColor { color: #C3E5FD; }

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

This text font color is #C3E5FD.

Background Color

.myBgColor { background-color: #C3E5FD; }

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

This div background color is #C3E5FD.

Border color

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

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

This div border color is #C3E5FD.

Opacity

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

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

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

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

This text has shadow with #C3E5FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E5FD.

Preview

Color preview on black background

This text has color #C3E5FD on black background.


Color preview on white background

This text has color #C3E5FD on white background.


Black color preview on #C3E5FD background

This text has black color on #C3E5FD background.


White color preview on #C3E5FD background

This text has white color on #C3E5FD background.


Related colors

Complementary color

Complementary color for #hex is #3C1A02.


I love getcolorcode.com

Triadic colors

1 #FDC3E5 and #E5FDC3 with #C3E5FD are triadic colors.

2 #FDE5C3 and #E5C3FD with #C3E5FD are triadic colors.