COLOR #C5B7DC

HEX: #C5B7DC
RGB: (197,183,220)

Renk bilgisi

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

RGB renk modeli

#C5B7DC color RGB value is (197,183,220).

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

RGB bağlantıları ve doygunluk

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

197
183
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 183 + 220 = 600 (100%)
R 197 of 600 ~ 32.83%
G 183 of 600 ~ 30.5%
B 220 of 600 ~ 36.67%

%32.83
%30.5
%36.67

CMYK RENK MODELİ

#C5B7DC rengi CMYK tonu (10,17,0,14).

  • camgöbeği tonu 10.45%
  • eflatun tonu 16.82%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,17,0,14)
C10M17Y0K14 
(10%,17%,0%,14%)
(0.10/0.17/0.00/0.14)	

CMYK yüzdeleri

%10.45
%16.82
%0
%13.73

Codes

Color #C5B7DC in popluar color models

C5B7DC
RGB197183220
HSL263°34.58%79.02%
HSB/HSV263°16.82%86.27%
CMYK10.45%16.82%0.00%
13.73%

Color #C5B7DC in popluar number systems.

HEXC5B7DC
Decimal197183220
Binary110001011011011111011100
Octal305267334

Shades and tints

Shades of #C5B7DC

#C5B7DC
(197,183,220)
#B4A7C8
(180,167,200)
#A397B4
(163,151,180)
#9287A0
(146,135,160)
#81778C
(129,119,140)
#706778
(112,103,120)
#5F5764
(95,87,100)
#4E4750
(78,71,80)
#3D373C
(61,55,60)
#2C2728
(44,39,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5B7DC

#C5B7DC
(197,183,220)
#CABDDF
(202,189,223)
#CFC3E2
(207,195,226)
#D4C9E5
(212,201,229)
#D9CFE8
(217,207,232)
#DED5EB
(222,213,235)
#E3DBEE
(227,219,238)
#E8E1F1
(232,225,241)
#EDE7F4
(237,231,244)
#F2EDF7
(242,237,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7DC; }

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

This text font color is #C5B7DC.


Background Color

.myBgColor { background-color: #C5B7DC; }

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

This div background color is #C5B7DC.


Border color

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

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

This div border color is #C5B7DC.


Opacity

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

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

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

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

This text has shadow with #C5B7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B7DC on black background.


Color preview on white background

This text has color #C5B7DC on white background.



Black color preview on #C5B7DC background

This text has black color on #C5B7DC background.


White color preview on #C5B7DC background

This text has white color on #C5B7DC background.