COLOR #C7A4CC

HEX: #C7A4CC
RGB: (199,164,204)

Renk bilgisi

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

RGB renk modeli

#C7A4CC color RGB value is (199,164,204).

  • kırmız ton 199;
  • yeşil ton 164;
  • mavi ton 204.
RGB:
(199,164,204)
(78%,64%,80%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 164 of 255 = 64%
B 204 of 255 = 80%

199
164
204

R + G + B ~ 74%. #C7A4CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 164 + 204 = 567 (100%)
R 199 of 567 ~ 35.1%
G 164 of 567 ~ 28.92%
B 204 of 567 ~ 35.98%

%35.1
%28.92
%35.98

CMYK RENK MODELİ

#C7A4CC rengi CMYK tonu (2,20,0,20).

  • camgöbeği tonu 2.45%
  • eflatun tonu 19.61%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(2,20,0,20)
C2M20Y0K20 
(2%,20%,0%,20%)
(0.02/0.20/0.00/0.20)	

CMYK yüzdeleri

%2.45
%19.61
%0
%20

Codes

Color #C7A4CC in popluar color models

C7A4CC
RGB199164204
HSL293°28.17%72.16%
HSB/HSV293°19.61%80.00%
CMYK2.45%19.61%0.00%
20.00%

Color #C7A4CC in popluar number systems.

HEXC7A4CC
Decimal199164204
Binary110001111010010011001100
Octal307244314

Shades and tints

Shades of #C7A4CC

#C7A4CC
(199,164,204)
#B596BA
(181,150,186)
#A388A8
(163,136,168)
#917A96
(145,122,150)
#7F6C84
(127,108,132)
#6D5E72
(109,94,114)
#5B5060
(91,80,96)
#49424E
(73,66,78)
#37343C
(55,52,60)
#25262A
(37,38,42)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7A4CC

#C7A4CC
(199,164,204)
#CCACD0
(204,172,208)
#D1B4D4
(209,180,212)
#D6BCD8
(214,188,216)
#DBC4DC
(219,196,220)
#E0CCE0
(224,204,224)
#E5D4E4
(229,212,228)
#EADCE8
(234,220,232)
#EFE4EC
(239,228,236)
#F4ECF0
(244,236,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A4CC color. Also use rgb(199,164,204) instead hex code.

Text Font Color

.myTextColor { color: #C7A4CC; }

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

This text font color is #C7A4CC.


Background Color

.myBgColor { background-color: #C7A4CC; }

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

This div background color is #C7A4CC.


Border color

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

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

This div border color is #C7A4CC.


Opacity

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

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

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

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

This text has shadow with #C7A4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A4CC on black background.


Color preview on white background

This text has color #C7A4CC on white background.



Black color preview on #C7A4CC background

This text has black color on #C7A4CC background.


White color preview on #C7A4CC background

This text has white color on #C7A4CC background.