COLOR #C5B3DA

HEX: #C5B3DA
RGB: (197,179,218)

Renk bilgisi

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

RGB renk modeli

#C5B3DA color RGB value is (197,179,218).

  • kırmız ton 197;
  • yeşil ton 179;
  • mavi ton 218.
RGB:
(197,179,218)
(77%,70%,85%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 179 of 255 = 70%
B 218 of 255 = 85%

197
179
218

R + G + B ~ 77%. #C5B3DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 179 + 218 = 594 (100%)
R 197 of 594 ~ 33.16%
G 179 of 594 ~ 30.13%
B 218 of 594 ~ 36.7%

%33.16
%30.13
%36.7

CMYK RENK MODELİ

#C5B3DA rengi CMYK tonu (10,18,0,15).

  • camgöbeği tonu 9.63%
  • eflatun tonu 17.89%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(10,18,0,15)
C10M18Y0K15 
(10%,18%,0%,15%)
(0.10/0.18/0.00/0.15)	

CMYK yüzdeleri

%9.63
%17.89
%0
%14.51

Codes

Color #C5B3DA in popluar color models

C5B3DA
RGB197179218
HSL268°34.51%77.84%
HSB/HSV268°17.89%85.49%
CMYK9.63%17.89%0.00%
14.51%

Color #C5B3DA in popluar number systems.

HEXC5B3DA
Decimal197179218
Binary110001011011001111011010
Octal305263332

Shades and tints

Shades of #C5B3DA

#C5B3DA
(197,179,218)
#B4A3C7
(180,163,199)
#A393B4
(163,147,180)
#9283A1
(146,131,161)
#81738E
(129,115,142)
#70637B
(112,99,123)
#5F5368
(95,83,104)
#4E4355
(78,67,85)
#3D3342
(61,51,66)
#2C232F
(44,35,47)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #C5B3DA

#C5B3DA
(197,179,218)
#CAB9DD
(202,185,221)
#CFBFE0
(207,191,224)
#D4C5E3
(212,197,227)
#D9CBE6
(217,203,230)
#DED1E9
(222,209,233)
#E3D7EC
(227,215,236)
#E8DDEF
(232,221,239)
#EDE3F2
(237,227,242)
#F2E9F5
(242,233,245)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B3DA color. Also use rgb(197,179,218) instead hex code.

Text Font Color

.myTextColor { color: #C5B3DA; }

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

This text font color is #C5B3DA.


Background Color

.myBgColor { background-color: #C5B3DA; }

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

This div background color is #C5B3DA.


Border color

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

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

This div border color is #C5B3DA.


Opacity

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

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

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

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

This text has shadow with #C5B3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B3DA on black background.


Color preview on white background

This text has color #C5B3DA on white background.



Black color preview on #C5B3DA background

This text has black color on #C5B3DA background.


White color preview on #C5B3DA background

This text has white color on #C5B3DA background.