COLOR #C3E5DC

HEX: #C3E5DC
RGB: (195,229,220)

Renk bilgisi

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

RGB renk modeli

#C3E5DC color RGB value is (195,229,220).

  • kırmız ton 195;
  • yeşil ton 229;
  • mavi ton 220.
RGB:
(195,229,220)
(76%,90%,86%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 229 of 255 = 90%
B 220 of 255 = 86%

195
229
220

R + G + B ~ 84%. #C3E5DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 229 + 220 = 644 (100%)
R 195 of 644 ~ 30.28%
G 229 of 644 ~ 35.56%
B 220 of 644 ~ 34.16%

%30.28
%35.56
%34.16

CMYK RENK MODELİ

#C3E5DC rengi CMYK tonu (15,0,4,10).

  • camgöbeği tonu 14.85%
  • eflatun tonu 0.00%
  • sarı tonu 3.93%
  • ana renk tonu 10.20%
CMYK:
(15,0,4,10)
C15M0Y4K10 
(15%,0%,4%,10%)
(0.15/0.00/0.04/0.10)	

CMYK yüzdeleri

%14.85
%0
%3.93
%10.2

Codes

Color #C3E5DC in popluar color models

C3E5DC
RGB195229220
HSL164°39.53%83.14%
HSB/HSV164°14.85%89.80%
CMYK14.85%0.00%3.93%
10.20%

Color #C3E5DC in popluar number systems.

HEXC3E5DC
Decimal195229220
Binary110000111110010111011100
Octal303345334

Shades and tints

Shades of #C3E5DC

#C3E5DC
(195,229,220)
#B2D1C8
(178,209,200)
#A1BDB4
(161,189,180)
#90A9A0
(144,169,160)
#7F958C
(127,149,140)
#6E8178
(110,129,120)
#5D6D64
(93,109,100)
#4C5950
(76,89,80)
#3B453C
(59,69,60)
#2A3128
(42,49,40)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #C3E5DC

#C3E5DC
(195,229,220)
#C8E7DF
(200,231,223)
#CDE9E2
(205,233,226)
#D2EBE5
(210,235,229)
#D7EDE8
(215,237,232)
#DCEFEB
(220,239,235)
#E1F1EE
(225,241,238)
#E6F3F1
(230,243,241)
#EBF5F4
(235,245,244)
#F0F7F7
(240,247,247)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E5DC; }

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

This text font color is #C3E5DC.


Background Color

.myBgColor { background-color: #C3E5DC; }

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

This div background color is #C3E5DC.


Border color

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

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

This div border color is #C3E5DC.


Opacity

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

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

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

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

This text has shadow with #C3E5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E5DC on black background.


Color preview on white background

This text has color #C3E5DC on white background.



Black color preview on #C3E5DC background

This text has black color on #C3E5DC background.


White color preview on #C3E5DC background

This text has white color on #C3E5DC background.