COLOR #C996BE

HEX: #C996BE
RGB: (201,150,190)

Renk bilgisi

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

RGB renk modeli

#C996BE color RGB value is (201,150,190).

  • kırmız ton 201;
  • yeşil ton 150;
  • mavi ton 190.
RGB:
(201,150,190)
(79%,59%,75%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 150 of 255 = 59%
B 190 of 255 = 75%

201
150
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 150 + 190 = 541 (100%)
R 201 of 541 ~ 37.15%
G 150 of 541 ~ 27.73%
B 190 of 541 ~ 35.12%

%37.15
%27.73
%35.12

CMYK RENK MODELİ

#C996BE rengi CMYK tonu (0,25,5,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.37%
  • sarı tonu 5.47%
  • ana renk tonu 21.18%
CMYK:
(0,25,5,21)
C0M25Y5K21 
(0%,25%,5%,21%)
(0.00/0.25/0.05/0.21)	

CMYK yüzdeleri

%0
%25.37
%5.47
%21.18

Codes

Color #C996BE in popluar color models

C996BE
RGB201150190
HSL313°32.08%68.82%
HSB/HSV313°25.37%78.82%
CMYK0.00%25.37%5.47%
21.18%

Color #C996BE in popluar number systems.

HEXC996BE
Decimal201150190
Binary110010011001011010111110
Octal311226276

Shades and tints

Shades of #C996BE

#C996BE
(201,150,190)
#B789AD
(183,137,173)
#A57C9C
(165,124,156)
#936F8B
(147,111,139)
#81627A
(129,98,122)
#6F5569
(111,85,105)
#5D4858
(93,72,88)
#4B3B47
(75,59,71)
#392E36
(57,46,54)
#272125
(39,33,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #C996BE

#C996BE
(201,150,190)
#CD9FC3
(205,159,195)
#D1A8C8
(209,168,200)
#D5B1CD
(213,177,205)
#D9BAD2
(217,186,210)
#DDC3D7
(221,195,215)
#E1CCDC
(225,204,220)
#E5D5E1
(229,213,225)
#E9DEE6
(233,222,230)
#EDE7EB
(237,231,235)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C996BE color. Also use rgb(201,150,190) instead hex code.

Text Font Color

.myTextColor { color: #C996BE; }

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

This text font color is #C996BE.


Background Color

.myBgColor { background-color: #C996BE; }

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

This div background color is #C996BE.


Border color

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

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

This div border color is #C996BE.


Opacity

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

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

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

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

This text has shadow with #C996BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C996BE on black background.


Color preview on white background

This text has color #C996BE on white background.



Black color preview on #C996BE background

This text has black color on #C996BE background.


White color preview on #C996BE background

This text has white color on #C996BE background.