COLOR #C999C6

HEX: #C999C6
RGB: (201,153,198)

Renk bilgisi

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

RGB renk modeli

#C999C6 color RGB value is (201,153,198).

  • kırmız ton 201;
  • yeşil ton 153;
  • mavi ton 198.
RGB:
(201,153,198)
(79%,60%,78%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 153 of 255 = 60%
B 198 of 255 = 78%

201
153
198

R + G + B ~ 72%. #C999C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 153 + 198 = 552 (100%)
R 201 of 552 ~ 36.41%
G 153 of 552 ~ 27.72%
B 198 of 552 ~ 35.87%

%36.41
%27.72
%35.87

CMYK RENK MODELİ

#C999C6 rengi CMYK tonu (0,24,1,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.88%
  • sarı tonu 1.49%
  • ana renk tonu 21.18%
CMYK:
(0,24,1,21)
C0M24Y1K21 
(0%,24%,1%,21%)
(0.00/0.24/0.01/0.21)	

CMYK yüzdeleri

%0
%23.88
%1.49
%21.18

Codes

Color #C999C6 in popluar color models

C999C6
RGB201153198
HSL304°30.77%69.41%
HSB/HSV304°23.88%78.82%
CMYK0.00%23.88%1.49%
21.18%

Color #C999C6 in popluar number systems.

HEXC999C6
Decimal201153198
Binary110010011001100111000110
Octal311231306

Shades and tints

Shades of #C999C6

#C999C6
(201,153,198)
#B78CB4
(183,140,180)
#A57FA2
(165,127,162)
#937290
(147,114,144)
#81657E
(129,101,126)
#6F586C
(111,88,108)
#5D4B5A
(93,75,90)
#4B3E48
(75,62,72)
#393136
(57,49,54)
#272424
(39,36,36)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #C999C6

#C999C6
(201,153,198)
#CDA2CB
(205,162,203)
#D1ABD0
(209,171,208)
#D5B4D5
(213,180,213)
#D9BDDA
(217,189,218)
#DDC6DF
(221,198,223)
#E1CFE4
(225,207,228)
#E5D8E9
(229,216,233)
#E9E1EE
(233,225,238)
#EDEAF3
(237,234,243)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C999C6 color. Also use rgb(201,153,198) instead hex code.

Text Font Color

.myTextColor { color: #C999C6; }

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

This text font color is #C999C6.


Background Color

.myBgColor { background-color: #C999C6; }

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

This div background color is #C999C6.


Border color

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

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

This div border color is #C999C6.


Opacity

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

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

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

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

This text has shadow with #C999C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C999C6 on black background.


Color preview on white background

This text has color #C999C6 on white background.



Black color preview on #C999C6 background

This text has black color on #C999C6 background.


White color preview on #C999C6 background

This text has white color on #C999C6 background.