COLOR #C5B0DF

HEX: #C5B0DF
RGB: (197,176,223)

Renk bilgisi

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

RGB renk modeli

#C5B0DF color RGB value is (197,176,223).

  • kırmız ton 197;
  • yeşil ton 176;
  • mavi ton 223.
RGB:
(197,176,223)
(77%,69%,87%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 176 of 255 = 69%
B 223 of 255 = 87%

197
176
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 176 + 223 = 596 (100%)
R 197 of 596 ~ 33.05%
G 176 of 596 ~ 29.53%
B 223 of 596 ~ 37.42%

%33.05
%29.53
%37.42

CMYK RENK MODELİ

#C5B0DF rengi CMYK tonu (12,21,0,13).

  • camgöbeği tonu 11.66%
  • eflatun tonu 21.08%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(12,21,0,13)
C12M21Y0K13 
(12%,21%,0%,13%)
(0.12/0.21/0.00/0.13)	

CMYK yüzdeleri

%11.66
%21.08
%0
%12.55

Codes

Color #C5B0DF in popluar color models

C5B0DF
RGB197176223
HSL267°42.34%78.24%
HSB/HSV267°21.08%87.45%
CMYK11.66%21.08%0.00%
12.55%

Color #C5B0DF in popluar number systems.

HEXC5B0DF
Decimal197176223
Binary110001011011000011011111
Octal305260337

Shades and tints

Shades of #C5B0DF

#C5B0DF
(197,176,223)
#B4A0CB
(180,160,203)
#A390B7
(163,144,183)
#9280A3
(146,128,163)
#81708F
(129,112,143)
#70607B
(112,96,123)
#5F5067
(95,80,103)
#4E4053
(78,64,83)
#3D303F
(61,48,63)
#2C202B
(44,32,43)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #C5B0DF

#C5B0DF
(197,176,223)
#CAB7E1
(202,183,225)
#CFBEE3
(207,190,227)
#D4C5E5
(212,197,229)
#D9CCE7
(217,204,231)
#DED3E9
(222,211,233)
#E3DAEB
(227,218,235)
#E8E1ED
(232,225,237)
#EDE8EF
(237,232,239)
#F2EFF1
(242,239,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B0DF color. Also use rgb(197,176,223) instead hex code.

Text Font Color

.myTextColor { color: #C5B0DF; }

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

This text font color is #C5B0DF.


Background Color

.myBgColor { background-color: #C5B0DF; }

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

This div background color is #C5B0DF.


Border color

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

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

This div border color is #C5B0DF.


Opacity

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

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

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

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

This text has shadow with #C5B0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B0DF on black background.


Color preview on white background

This text has color #C5B0DF on white background.



Black color preview on #C5B0DF background

This text has black color on #C5B0DF background.


White color preview on #C5B0DF background

This text has white color on #C5B0DF background.