COLOR #C8A5D7

HEX: #C8A5D7
RGB: (200,165,215)

Renk bilgisi

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

RGB renk modeli

#C8A5D7 color RGB value is (200,165,215).

  • kırmız ton 200;
  • yeşil ton 165;
  • mavi ton 215.
RGB:
(200,165,215)
(78%,65%,84%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 165 of 255 = 65%
B 215 of 255 = 84%

200
165
215

R + G + B ~ 76%. #C8A5D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 165 + 215 = 580 (100%)
R 200 of 580 ~ 34.48%
G 165 of 580 ~ 28.45%
B 215 of 580 ~ 37.07%

%34.48
%28.45
%37.07

CMYK RENK MODELİ

#C8A5D7 rengi CMYK tonu (7,23,0,16).

  • camgöbeği tonu 6.98%
  • eflatun tonu 23.26%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(7,23,0,16)
C7M23Y0K16 
(7%,23%,0%,16%)
(0.07/0.23/0.00/0.16)	

CMYK yüzdeleri

%6.98
%23.26
%0
%15.69

Codes

Color #C8A5D7 in popluar color models

C8A5D7
RGB200165215
HSL282°38.46%74.51%
HSB/HSV282°23.26%84.31%
CMYK6.98%23.26%0.00%
15.69%

Color #C8A5D7 in popluar number systems.

HEXC8A5D7
Decimal200165215
Binary110010001010010111010111
Octal310245327

Shades and tints

Shades of #C8A5D7

#C8A5D7
(200,165,215)
#B696C4
(182,150,196)
#A487B1
(164,135,177)
#92789E
(146,120,158)
#80698B
(128,105,139)
#6E5A78
(110,90,120)
#5C4B65
(92,75,101)
#4A3C52
(74,60,82)
#382D3F
(56,45,63)
#261E2C
(38,30,44)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #C8A5D7

#C8A5D7
(200,165,215)
#CDADDA
(205,173,218)
#D2B5DD
(210,181,221)
#D7BDE0
(215,189,224)
#DCC5E3
(220,197,227)
#E1CDE6
(225,205,230)
#E6D5E9
(230,213,233)
#EBDDEC
(235,221,236)
#F0E5EF
(240,229,239)
#F5EDF2
(245,237,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A5D7 color. Also use rgb(200,165,215) instead hex code.

Text Font Color

.myTextColor { color: #C8A5D7; }

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

This text font color is #C8A5D7.


Background Color

.myBgColor { background-color: #C8A5D7; }

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

This div background color is #C8A5D7.


Border color

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

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

This div border color is #C8A5D7.


Opacity

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

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

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

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

This text has shadow with #C8A5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A5D7 on black background.


Color preview on white background

This text has color #C8A5D7 on white background.



Black color preview on #C8A5D7 background

This text has black color on #C8A5D7 background.


White color preview on #C8A5D7 background

This text has white color on #C8A5D7 background.