COLOR #C5B8DC

HEX: #C5B8DC
RGB: (197,184,220)

Renk bilgisi

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

RGB renk modeli

#C5B8DC color RGB value is (197,184,220).

  • kırmız ton 197;
  • yeşil ton 184;
  • mavi ton 220.
RGB:
(197,184,220)
(77%,72%,86%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 184 of 255 = 72%
B 220 of 255 = 86%

197
184
220

R + G + B ~ 78%. #C5B8DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 184 + 220 = 601 (100%)
R 197 of 601 ~ 32.78%
G 184 of 601 ~ 30.62%
B 220 of 601 ~ 36.61%

%32.78
%30.62
%36.61

CMYK RENK MODELİ

#C5B8DC rengi CMYK tonu (10,16,0,14).

  • camgöbeği tonu 10.45%
  • eflatun tonu 16.36%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,16,0,14)
C10M16Y0K14 
(10%,16%,0%,14%)
(0.10/0.16/0.00/0.14)	

CMYK yüzdeleri

%10.45
%16.36
%0
%13.73

Codes

Color #C5B8DC in popluar color models

C5B8DC
RGB197184220
HSL262°33.96%79.22%
HSB/HSV262°16.36%86.27%
CMYK10.45%16.36%0.00%
13.73%

Color #C5B8DC in popluar number systems.

HEXC5B8DC
Decimal197184220
Binary110001011011100011011100
Octal305270334

Shades and tints

Shades of #C5B8DC

#C5B8DC
(197,184,220)
#B4A8C8
(180,168,200)
#A398B4
(163,152,180)
#9288A0
(146,136,160)
#81788C
(129,120,140)
#706878
(112,104,120)
#5F5864
(95,88,100)
#4E4850
(78,72,80)
#3D383C
(61,56,60)
#2C2828
(44,40,40)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #C5B8DC

#C5B8DC
(197,184,220)
#CABEDF
(202,190,223)
#CFC4E2
(207,196,226)
#D4CAE5
(212,202,229)
#D9D0E8
(217,208,232)
#DED6EB
(222,214,235)
#E3DCEE
(227,220,238)
#E8E2F1
(232,226,241)
#EDE8F4
(237,232,244)
#F2EEF7
(242,238,247)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B8DC color. Also use rgb(197,184,220) instead hex code.

Text Font Color

.myTextColor { color: #C5B8DC; }

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

This text font color is #C5B8DC.


Background Color

.myBgColor { background-color: #C5B8DC; }

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

This div background color is #C5B8DC.


Border color

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

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

This div border color is #C5B8DC.


Opacity

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

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

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

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

This text has shadow with #C5B8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B8DC on black background.


Color preview on white background

This text has color #C5B8DC on white background.



Black color preview on #C5B8DC background

This text has black color on #C5B8DC background.


White color preview on #C5B8DC background

This text has white color on #C5B8DC background.