COLOR #C7A6B2

HEX: #C7A6B2
RGB: (199,166,178)

Renk bilgisi

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

RGB renk modeli

#C7A6B2 color RGB value is (199,166,178).

  • kırmız ton 199;
  • yeşil ton 166;
  • mavi ton 178.
RGB:
(199,166,178)
(78%,65%,70%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 166 of 255 = 65%
B 178 of 255 = 70%

199
166
178

R + G + B ~ 71%. #C7A6B2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 166 + 178 = 543 (100%)
R 199 of 543 ~ 36.65%
G 166 of 543 ~ 30.57%
B 178 of 543 ~ 32.78%

%36.65
%30.57
%32.78

CMYK RENK MODELİ

#C7A6B2 rengi CMYK tonu (0,17,11,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.58%
  • sarı tonu 10.55%
  • ana renk tonu 21.96%
CMYK:
(0,17,11,22)
C0M17Y11K22 
(0%,17%,11%,22%)
(0.00/0.17/0.11/0.22)	

CMYK yüzdeleri

%0
%16.58
%10.55
%21.96

Codes

Color #C7A6B2 in popluar color models

C7A6B2
RGB199166178
HSL338°22.76%71.57%
HSB/HSV338°16.58%78.04%
CMYK0.00%16.58%10.55%
21.96%

Color #C7A6B2 in popluar number systems.

HEXC7A6B2
Decimal199166178
Binary110001111010011010110010
Octal307246262

Shades and tints

Shades of #C7A6B2

#C7A6B2
(199,166,178)
#B597A2
(181,151,162)
#A38892
(163,136,146)
#917982
(145,121,130)
#7F6A72
(127,106,114)
#6D5B62
(109,91,98)
#5B4C52
(91,76,82)
#493D42
(73,61,66)
#372E32
(55,46,50)
#251F22
(37,31,34)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #C7A6B2

#C7A6B2
(199,166,178)
#CCAEB9
(204,174,185)
#D1B6C0
(209,182,192)
#D6BEC7
(214,190,199)
#DBC6CE
(219,198,206)
#E0CED5
(224,206,213)
#E5D6DC
(229,214,220)
#EADEE3
(234,222,227)
#EFE6EA
(239,230,234)
#F4EEF1
(244,238,241)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A6B2 color. Also use rgb(199,166,178) instead hex code.

Text Font Color

.myTextColor { color: #C7A6B2; }

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

This text font color is #C7A6B2.


Background Color

.myBgColor { background-color: #C7A6B2; }

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

This div background color is #C7A6B2.


Border color

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

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

This div border color is #C7A6B2.


Opacity

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

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

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

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

This text has shadow with #C7A6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A6B2 on black background.


Color preview on white background

This text has color #C7A6B2 on white background.



Black color preview on #C7A6B2 background

This text has black color on #C7A6B2 background.


White color preview on #C7A6B2 background

This text has white color on #C7A6B2 background.