COLOR #C5C3DB

HEX: #C5C3DB
RGB: (197,195,219)

Renk bilgisi

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

RGB renk modeli

#C5C3DB color RGB value is (197,195,219).

  • kırmız ton 197;
  • yeşil ton 195;
  • mavi ton 219.
RGB:
(197,195,219)
(77%,76%,86%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 195 of 255 = 76%
B 219 of 255 = 86%

197
195
219

R + G + B ~ 80%. #C5C3DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 195 + 219 = 611 (100%)
R 197 of 611 ~ 32.24%
G 195 of 611 ~ 31.91%
B 219 of 611 ~ 35.84%

%32.24
%31.91
%35.84

CMYK RENK MODELİ

#C5C3DB rengi CMYK tonu (10,11,0,14).

  • camgöbeği tonu 10.05%
  • eflatun tonu 10.96%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(10,11,0,14)
C10M11Y0K14 
(10%,11%,0%,14%)
(0.10/0.11/0.00/0.14)	

CMYK yüzdeleri

%10.05
%10.96
%0
%14.12

Codes

Color #C5C3DB in popluar color models

C5C3DB
RGB197195219
HSL245°25.00%81.18%
HSB/HSV245°10.96%85.88%
CMYK10.05%10.96%0.00%
14.12%

Color #C5C3DB in popluar number systems.

HEXC5C3DB
Decimal197195219
Binary110001011100001111011011
Octal305303333

Shades and tints

Shades of #C5C3DB

#C5C3DB
(197,195,219)
#B4B2C8
(180,178,200)
#A3A1B5
(163,161,181)
#9290A2
(146,144,162)
#817F8F
(129,127,143)
#706E7C
(112,110,124)
#5F5D69
(95,93,105)
#4E4C56
(78,76,86)
#3D3B43
(61,59,67)
#2C2A30
(44,42,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #C5C3DB

#C5C3DB
(197,195,219)
#CAC8DE
(202,200,222)
#CFCDE1
(207,205,225)
#D4D2E4
(212,210,228)
#D9D7E7
(217,215,231)
#DEDCEA
(222,220,234)
#E3E1ED
(227,225,237)
#E8E6F0
(232,230,240)
#EDEBF3
(237,235,243)
#F2F0F6
(242,240,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C3DB color. Also use rgb(197,195,219) instead hex code.

Text Font Color

.myTextColor { color: #C5C3DB; }

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

This text font color is #C5C3DB.


Background Color

.myBgColor { background-color: #C5C3DB; }

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

This div background color is #C5C3DB.


Border color

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

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

This div border color is #C5C3DB.


Opacity

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

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

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

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

This text has shadow with #C5C3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C3DB on black background.


Color preview on white background

This text has color #C5C3DB on white background.



Black color preview on #C5C3DB background

This text has black color on #C5C3DB background.


White color preview on #C5C3DB background

This text has white color on #C5C3DB background.