COLOR #C7ABD5

HEX: #C7ABD5
RGB: (199,171,213)

Renk bilgisi

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

RGB renk modeli

#C7ABD5 color RGB value is (199,171,213).

  • kırmız ton 199;
  • yeşil ton 171;
  • mavi ton 213.
RGB:
(199,171,213)
(78%,67%,84%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 171 of 255 = 67%
B 213 of 255 = 84%

199
171
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 171 + 213 = 583 (100%)
R 199 of 583 ~ 34.13%
G 171 of 583 ~ 29.33%
B 213 of 583 ~ 36.54%

%34.13
%29.33
%36.54

CMYK RENK MODELİ

#C7ABD5 rengi CMYK tonu (7,20,0,16).

  • camgöbeği tonu 6.57%
  • eflatun tonu 19.72%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(7,20,0,16)
C7M20Y0K16 
(7%,20%,0%,16%)
(0.07/0.20/0.00/0.16)	

CMYK yüzdeleri

%6.57
%19.72
%0
%16.47

Codes

Color #C7ABD5 in popluar color models

C7ABD5
RGB199171213
HSL280°33.33%75.29%
HSB/HSV280°19.72%83.53%
CMYK6.57%19.72%0.00%
16.47%

Color #C7ABD5 in popluar number systems.

HEXC7ABD5
Decimal199171213
Binary110001111010101111010101
Octal307253325

Shades and tints

Shades of #C7ABD5

#C7ABD5
(199,171,213)
#B59CC2
(181,156,194)
#A38DAF
(163,141,175)
#917E9C
(145,126,156)
#7F6F89
(127,111,137)
#6D6076
(109,96,118)
#5B5163
(91,81,99)
#494250
(73,66,80)
#37333D
(55,51,61)
#25242A
(37,36,42)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7ABD5

#C7ABD5
(199,171,213)
#CCB2D8
(204,178,216)
#D1B9DB
(209,185,219)
#D6C0DE
(214,192,222)
#DBC7E1
(219,199,225)
#E0CEE4
(224,206,228)
#E5D5E7
(229,213,231)
#EADCEA
(234,220,234)
#EFE3ED
(239,227,237)
#F4EAF0
(244,234,240)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ABD5 color. Also use rgb(199,171,213) instead hex code.

Text Font Color

.myTextColor { color: #C7ABD5; }

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

This text font color is #C7ABD5.


Background Color

.myBgColor { background-color: #C7ABD5; }

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

This div background color is #C7ABD5.


Border color

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

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

This div border color is #C7ABD5.


Opacity

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

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

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

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

This text has shadow with #C7ABD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ABD5 on black background.


Color preview on white background

This text has color #C7ABD5 on white background.



Black color preview on #C7ABD5 background

This text has black color on #C7ABD5 background.


White color preview on #C7ABD5 background

This text has white color on #C7ABD5 background.