COLOR #C7ABD4

HEX: #C7ABD4
RGB: (199,171,212)

Renk bilgisi

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

RGB renk modeli

#C7ABD4 color RGB value is (199,171,212).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 171 of 255 = 67%
B 212 of 255 = 83%

199
171
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 171 + 212 = 582 (100%)
R 199 of 582 ~ 34.19%
G 171 of 582 ~ 29.38%
B 212 of 582 ~ 36.43%

%34.19
%29.38
%36.43

CMYK RENK MODELİ

#C7ABD4 rengi CMYK tonu (6,19,0,17).

  • camgöbeği tonu 6.13%
  • eflatun tonu 19.34%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(6,19,0,17)
C6M19Y0K17 
(6%,19%,0%,17%)
(0.06/0.19/0.00/0.17)	

CMYK yüzdeleri

%6.13
%19.34
%0
%16.86

Codes

Color #C7ABD4 in popluar color models

C7ABD4
RGB199171212
HSL281°32.28%75.10%
HSB/HSV281°19.34%83.14%
CMYK6.13%19.34%0.00%
16.86%

Color #C7ABD4 in popluar number systems.

HEXC7ABD4
Decimal199171212
Binary110001111010101111010100
Octal307253324

Shades and tints

Shades of #C7ABD4

#C7ABD4
(199,171,212)
#B59CC1
(181,156,193)
#A38DAE
(163,141,174)
#917E9B
(145,126,155)
#7F6F88
(127,111,136)
#6D6075
(109,96,117)
#5B5162
(91,81,98)
#49424F
(73,66,79)
#37333C
(55,51,60)
#252429
(37,36,41)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #C7ABD4

#C7ABD4
(199,171,212)
#CCB2D7
(204,178,215)
#D1B9DA
(209,185,218)
#D6C0DD
(214,192,221)
#DBC7E0
(219,199,224)
#E0CEE3
(224,206,227)
#E5D5E6
(229,213,230)
#EADCE9
(234,220,233)
#EFE3EC
(239,227,236)
#F4EAEF
(244,234,239)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ABD4; }

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

This text font color is #C7ABD4.


Background Color

.myBgColor { background-color: #C7ABD4; }

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

This div background color is #C7ABD4.


Border color

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

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

This div border color is #C7ABD4.


Opacity

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

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

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

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

This text has shadow with #C7ABD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ABD4 on black background.


Color preview on white background

This text has color #C7ABD4 on white background.



Black color preview on #C7ABD4 background

This text has black color on #C7ABD4 background.


White color preview on #C7ABD4 background

This text has white color on #C7ABD4 background.